未验证 提交 7235231a 编写于 作者: S Senya Pugach 提交者: GitHub

Fix d.ts for BoxHelper constructor

上级 c23b2458
......@@ -4,7 +4,7 @@ import { LineSegments } from './../objects/LineSegments';
export class BoxHelper extends LineSegments {
constructor( object: Object3D, color?: Color );
constructor( object: Object3D, color?: Color | string | number );
update( object?: Object3D ): void;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册