瀏覽代碼

Material.d.ts: Remove update().

Mugen87 6 年之前
父節點
當前提交
2b94185776
共有 1 個文件被更改,包括 0 次插入5 次删除
  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;
-
 }