Enum SpriteSheetOrder
Determines the order in which a sprite sheet is read.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public enum SpriteSheetOrder
Fields
Name | Description |
---|---|
BottomLeftGoRight | |
BottomLeftGoUp | |
BottomRightGoLeft | |
BottomRightGoUp | |
TopLeftGoDown | |
TopLeftGoRight | |
TopRightGoDown | |
TopRightGoLeft |