Browse Source

missed this one

Raanan Weber 5 years ago
parent
commit
5129e8477c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/XR/webXRFeaturesManager.ts

+ 5 - 0
src/XR/webXRFeaturesManager.ts

@@ -40,6 +40,11 @@ export interface IWebXRFeature extends IDisposable {
     isCompatible(): boolean;
 
     /**
+     * Was this feature disposed;
+     */
+    isDisposed: boolean;
+
+    /**
      * The name of the native xr feature name, if applicable (like anchor, hit-test, or hand-tracking)
      */
     xrNativeFeatureName?: string;