瀏覽代碼

Update Texture.d.ts

Guillaume Fradin 5 年之前
父節點
當前提交
6895d65e04
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/textures/Texture.d.ts

+ 1 - 0
src/textures/Texture.d.ts

@@ -65,5 +65,6 @@ export class Texture extends EventDispatcher {
 	toJSON( meta: any ): any;
 	dispose(): void;
 	transformUv( uv: Vector2 ): Vector2;
+	updateMatrix(): void;
 
 }