Direction
Enumeration in ChivalrousGames.Common
Description
Represents a direction in the X axis (left/right), the Y axis (down/up), the Z axis (backward/forward) or no direction at all (None).
Values
Up | Direction Upward: toward the positive Y axis |
Down | Direction Downward: toward the negative Y axis |
Left | Direction Leftward: toward the negative X axis |
Right | Direction Rightward: toward the positive X axis |
Forward | Direction Forward: toward the positive Z axis |
Backward | Direction Backward: toward the negative Z axis |
None | Direction toward nowhere |