Browse Source

Material.d.ts: Remove update().

Mugen87 6 năm trước cách đây
mục cha
commit
2b94185776
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      src/materials/Material.d.ts

+ 0 - 5
src/materials/Material.d.ts

@@ -333,9 +333,4 @@ export class Material extends EventDispatcher {
 	 */
 	toJSON( meta?: any ): any;
 
-	/**
-	 * Call .dispatchEvent ( { type: 'update' }) on the material.
-	 */
-	update(): void;
-
 }