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