Enum LoadingValueLocation
Represents location of loading value towards its position (is a flag enum!)
Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting.dll
Syntax
[Flags]
public enum LoadingValueLocation
Fields
Name | Value | Description |
---|---|---|
Exact | Exact = 1 | Value at exact position |
Left | Left = 2 | Value is on left side |
Negative | Negative = 16 | Value is on negative side |
Positive | Positive = 8 | Value is on positive side |
Right | Right = 4 | Value is on right side |
Unknown | Unknown = 0 | Value at unknown location |