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: 23.1.0.154
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
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next