Table of Contents

Enum Direction

Namespace
TileWorld.Engine.World.Objects
Assembly
TileWorld.Engine.dll

Represents a simple facing direction for world object instances.

public enum Direction : byte

Fields

Left = 1

Faces left.

None = 0

Uses the definition default orientation.

Right = 2

Faces right.