Enum SpriteDrawMode
Specifies the texture addressing mode.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum SpriteDrawMode
Fields
Name | Description |
---|---|
Simple | Displays the complete sprite. |
Sliced | The SpriteRenderer will render the sprite as a nine-patch image, where the corners remain constant, and the other sections scale. |