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;
     }