Raanan Weber 5 anni fa
parent
commit
5129e8477c
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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;