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
Fields
| Name | Description |
|---|---|
| Down | Represents a direction data type with fixed bearings in degree ranging from 0-360. |
| DownLeft | Represents a direction data type with fixed bearings in degree ranging from 0-360. |
| DownRight | Represents a direction data type with fixed bearings in degree ranging from 0-360. |
| Left | Represents a direction data type with fixed bearings in degree ranging from 0-360. |
| NotSet | Represents a direction data type with fixed bearings in degree ranging from 0-360. |
| Right | Represents a direction data type with fixed bearings in degree ranging from 0-360. |
| Up | Represents a direction data type with fixed bearings in degree ranging from 0-360. |
| UpLeft | Represents a direction data type with fixed bearings in degree ranging from 0-360. |
| UpRight | Represents a direction data type with fixed bearings in degree ranging from 0-360. |