Explorar o código

Update Texture.d.ts

Guillaume Fradin %!s(int64=5) %!d(string=hai) anos
pai
achega
6895d65e04
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 
 }