Enum DirectionType
Represents a direction data type with fixed bearings
in degree ranging from 0-360.
Namespace: Mars.Interfaces.Environments
Assembly: Mars.Interfaces.dll
Syntax
public enum DirectionType : int
Fields
Name | Description |
---|---|
Down | |
DownLeft | |
DownRight | |
Left | |
NotSet | |
Right | |
Up | |
UpLeft | |
UpRight |