LoadingValueLocation Enumeration

Represents location of loading value towards its position (is a flag enum!)

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
[FlagsAttribute]
public enum LoadingValueLocation
Members
  Member nameValueDescription
Unknown0 Value at unknown location
Exact1 Value at exact position
Left2 Value is on left side
Right4 Value is on right side
Positive8 Value is on positive side
Negative16 Value is on negative side
See Also