提交 025c347b 编写于 作者: O Ondřej Španěl

Fix Texture.transformUv d.ts signature

上级 2b470e53
......@@ -62,6 +62,6 @@ export class Texture extends EventDispatcher {
copy( source: Texture ): this;
toJSON( meta: any ): any;
dispose(): void;
transformUv( uv: Vector ): void;
transformUv( uv: Vector2 ): Vector2;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册