Exemplo n.º 1
0
 /// <summary>
 /// The HeadsetTransform method is used to retrieve the transform for the VR Headset in the scene. It can be useful to determine the position of the user's head in the game world.
 /// </summary>
 /// <returns>The transform of the VR Headset component.</returns>
 public static Transform HeadsetTransform()
 {
     return(VRTK_SDK_Bridge.GetHeadset());
 }