Raanan Weber 4 anni fa
parent
commit
806d2203b0
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/XR/features/WebXRControllerTeleportation.ts

+ 3 - 0
src/XR/features/WebXRControllerTeleportation.ts

@@ -226,6 +226,9 @@ export class WebXRMotionControllerTeleportation extends WebXRAbstractFeature {
         }
     }
 
+    /**
+     * Exposes the currently set teleportation target mesh.
+     */
     public get teleportationTargetMesh(): Nullable<AbstractMesh> {
         return this._options.teleportationTargetMesh || null;
     }