/// <summary>
 /// The GetHeadsetVelocity method is used to determine the current velocity of the headset.
 /// </summary>
 /// <returns>A Vector3 containing the current velocity of the headset.</returns>
 public static Vector3 GetHeadsetVelocity()
 {
     return(VRTK_SDK_Bridge.GetHeadsetVelocity());
 }