![](../icons/Help.png) | CreateObject_Examplem_RotationHolder Field |
Holds the rotation of our object so it gets updated properly - see Transform example for better explanation
Namespace:
SimpleDemos
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprivate Quaternion m_RotationHolder
Private m_RotationHolder As Quaternion
private:
Quaternion m_RotationHolder
val mutable private m_RotationHolder: Quaternion
Field Value
Type:
Quaternion
See Also