UxrAxis Implicit Conversion (UxrAxis to Int32)
Implicit conversion from an UxrAxis to an integer.
Namespace: UltimateXR.Core.Math
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public static implicit operator int (
UxrAxis axis
)
Parameters
- axis
- Type: UltimateXR.Core.Math.UxrAxis
Axis to convert
Return Value
Type: Int32
Int value (0 = right, 1 = up, 2 = forward)
See Also
Reference
UxrAxis Class
Implicit Overload
UltimateXR.Core.Math Namespace