소스 검색

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