Преглед на файлове

Merge pull request #19489 from frading/typescript-add-Texture.updateMatrix()

Update Texture.d.ts
Mr.doob преди 5 години
родител
ревизия
509520f7c5
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/textures/Texture.d.ts

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

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