Get Head Position
Actions to get head position
Last updated
Actions to get head position
Last updated
public void OnHeadPosition(Vector3 position)
Parameter | Description |
---|
Action gives the updated head position.
Action will be called only when itโs subscribed to a method. Action must be subscribed to the method with a matching signature.
Vector3 | Position of head in world coordinate system |