Enum RotationFormat
Enum specifying the rotation format.
Namespace: IMLD.MixedRealityAnalysis.Core
Assembly: Assembly-CSharp.dll
Syntax
public enum RotationFormat
Fields
| Name | Description |
|---|---|
| DIRECTION_VECTOR | Vector pointing in the look direction of the object |
| EULER_DEG | Euler angles in degrees |
| EULER_RAD | Euler angles in radians |
| QUATERNION | Unity compatible quaternion |