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
ExactExact = 1

Value at exact position

LeftLeft = 2

Value is on left side

NegativeNegative = 16

Value is on negative side

PositivePositive = 8

Value is on positive side

RightRight = 4

Value is on right side

UnknownUnknown = 0

Value at unknown location

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next