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

Merge pull request #16898 from WestLangley/dev_box_ts

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