瀏覽代碼

Comment update

rickfromwork 4 年之前
父節點
當前提交
bca1bc0ae5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/XR/features/WebXRHandTracking.ts

+ 1 - 1
src/XR/features/WebXRHandTracking.ts

@@ -91,7 +91,7 @@ export interface IWebXRHandTrackingOptions {
             left: string[];
         };
         /**
-         * The scene that contains the 3D UI elements. Passing this in turns on near interactions with the index finger tip
+         * The utilityLayer scene that contains the 3D UI elements. Passing this in turns on near interactions with the index finger tip
          */
         sceneForNearInteraction?: Scene;
     };