未验证 提交 46babfc0 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #17655 from linbingquan/dev-ts

TS: Clean up WebGLProperties.
......@@ -3,7 +3,8 @@ export class WebGLProperties {
constructor();
get( object: any ): any;
delete( object: any ): void;
clear(): void;
remove( object: any ): void;
update( object: any, key: any, value: any ): any;
dispose(): void;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册