Raanan Weber 4 년 전
부모
커밋
806d2203b0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;
     }