Texture
Introduction
Code Example
var sprite = SpriteManager.AddSprite(SpriteTexture);
sprite.ColorOperation = ColorOperation.Texture;
Color Values

Last updated
Was this helpful?
var sprite = SpriteManager.AddSprite(SpriteTexture);
sprite.ColorOperation = ColorOperation.Texture;

Last updated
Was this helpful?
Was this helpful?