/// <summary> /// The HeadsetCamera method is used to retrieve the transform for the VR Camera in the scene. /// </summary> /// <returns>The transform of the VR Camera component.</returns> public static Transform HeadsetCamera() { return(VRTK_SDK_Bridge.GetHeadsetCamera()); }