Enum FlipState
- Namespace
- RetroEditor.Plugins
- Assembly
- RetroEditor.dll
Flags to indicate the flip state of a tile in a layer
[Flags]
public enum FlipState : byte
Fields
None = 0No flip state
X = 1Flip the tile horizontally
XY = X | YFlip the tile both horizontally and vertically
Y = 2Flip the tile vertically