瀏覽代碼

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