Raanan Weber %!s(int64=4) %!d(string=hai) anos
pai
achega
806d2203b0
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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;
     }