Browse Source

Update Texture.d.ts

Guillaume Fradin 5 năm trước cách đây
mục cha
commit
6895d65e04
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
 
 }