Enum RelativeDirection
Represents a relative direction
Namespace: TSD.API.Remoting.Common
Assembly: TSD.API.Remoting.dll
Syntax
public enum RelativeDirection
Fields
| Name | Value | Description |
|---|---|---|
| Angled | Angled = 3 | Angled |
| Parallel | Parallel = 2 | Parallel |
| Perpendicular | Perpendicular = 1 | Perpendicular |
| Unknown | Unknown = 0 | Unknown |