提交 19fb3706 编写于 作者: A Atsushi

Fix a type description.

上级 b8dcdb63
......@@ -8,9 +8,9 @@ import {
export interface WebGLDeferredRendererParameters {
antialias?: boolean;
cacheKeepAlive?: boolean;
height?: Vector2;
height?: number;
renderer?: WebGLRenderer;
width?: Vector2;
width?: number;
}
export class WebGLDeferredRenderer {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册