瀏覽代碼

missed this one

Raanan Weber 5 年之前
父節點
當前提交
5129e8477c
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/XR/webXRFeaturesManager.ts

+ 5 - 0
src/XR/webXRFeaturesManager.ts

@@ -40,6 +40,11 @@ export interface IWebXRFeature extends IDisposable {
     isCompatible(): boolean;
     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)
      * The name of the native xr feature name, if applicable (like anchor, hit-test, or hand-tracking)
      */
      */
     xrNativeFeatureName?: string;
     xrNativeFeatureName?: string;