소스 검색

doc enable feature

Raanan Weber 5 년 전
부모
커밋
0c4f551a06
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Cameras/XR/webXRFeaturesManager.ts

+ 1 - 0
src/Cameras/XR/webXRFeaturesManager.ts

@@ -154,6 +154,7 @@ export class WebXRFeaturesManager implements IDisposable {
     }
 
     /**
+     * Enable a feature using its name and a version. This will enable it in the scene, and will be responsible to attach it when the session starts.
      *
      * @param featureName the name of the feature to load or the class of the feature
      * @param version optional version to load. if not provided the latest version will be enabled