提交 e90fcf20 编写于 作者: M Mr.doob

Merge branch 'master' into dev

......@@ -6,12 +6,12 @@ export class GridHelper extends LineSegments {
constructor(
size: number,
divisions: number,
color1?: Color | number,
color2?: Color | number
color1?: Color | string | number,
color2?: Color | string | number
);
/**
* @deprecated Colors should be specified in the constructor.
*/
setColors( color1?: Color | number, color2?: Color | number ): void;
setColors( color1?: Color | string | number, color2?: Color | string | number ): void;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册