Get Head Position
Actions to get head position
public void OnHeadPosition(Vector3 position)
Parameter
Description
Vector3
Position of head in world coordinate system
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.
Last updated