Exemplo n.º 1
0
 /// <summary>
 /// The PlayAreaTransform method is used to retrieve the transform for the play area in the scene.
 /// </summary>
 /// <returns>The transform of the VR Play Area component.</returns>
 public static Transform PlayAreaTransform()
 {
     return(VRTK_SDK_Bridge.GetPlayArea());
 }