Przeglądaj źródła

Merge pull request #17209 from Mugen87/dev31

Material.d.ts: Remove update().
Michael Herzog 6 lat temu
rodzic
commit
2d357e7f59
1 zmienionych plików z 0 dodań i 5 usunięć
  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;
-
 }