Table of Contents

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 = 0

No flip state

X = 1

Flip the tile horizontally

XY = X | Y

Flip the tile both horizontally and vertically

Y = 2

Flip the tile vertically