提交 8cc9cbcc 编写于 作者: W WestLangley

Fix non-optional args

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