Browse Source

doc enable feature

Raanan Weber 5 years ago
parent
commit
0c4f551a06
1 changed files with 1 additions and 0 deletions
  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