Przeglądaj źródła

Removed public accessor to isOccluded

David Catuhe 8 lat temu
rodzic
commit
e3e23ce738

Plik diff jest za duży
+ 5461 - 5461
dist/preview release/babylon.d.ts


Plik diff jest za duży
+ 5461 - 5461
dist/preview release/babylon.module.d.ts


+ 0 - 3
src/Mesh/babylon.abstractMesh.ts

@@ -137,9 +137,6 @@
         get isOccluded(): boolean {
             return this._isOccluded;
         }
-        set isOccluded(value: boolean) {
-            this._isOccluded = value;
-        }
 
         private _isOcclusionQueryInProgress = false;
         public get isOcclusionQueryInProgress() {