Enum PositionFlags
[Flags]
public enum PositionFlags : sbyte
- Extension Methods
Fields
DeltaX = Y | RotationY
DeltaY = X | DeltaX
DeltaZ = 8
None = 0
RotateDelta = X | DeltaZ
RotationX = X | RotationY
RotationY = 4
X = 1
Y = 2
Z = X | Y
[Flags]
public enum PositionFlags : sbyte
DeltaX = Y | RotationY
DeltaY = X | DeltaX
DeltaZ = 8
None = 0
RotateDelta = X | DeltaZ
RotationX = X | RotationY
RotationY = 4
X = 1
Y = 2
Z = X | Y