Browse Source

Merge pull request #16491 from Mugen87/dev32

TS: Add dispose() to Scene.d.ts
Michael Herzog 6 năm trước cách đây
mục cha
commit
cacdf89bdf
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/scenes/Scene.d.ts

+ 1 - 0
src/scenes/Scene.d.ts

@@ -29,4 +29,5 @@ export class Scene extends Object3D {
 
   copy(source: this, recursive?: boolean): this;
   toJSON(meta?: any): any;
+  dispose(): void;
 }