Get Head Rotation
Actions to get head rotation
public void OnHeadRotation(Quaternion quaternion)
Parameter | Description |
---|---|
Quaternion | Rotation of head in world coordinate system |
Action gives the updated head rotation.
Action will be called only when it’s subscribed to a method. Action must be subscribed to the method with a matching signature.
Last updated