Fix TS files for SelectionBox

上级 e0d94f06
......@@ -17,7 +17,7 @@ export class SelectionBox {
scene: Scene;
startPoint: Vector3;
select( startPoint: Vector3, endPoint: Vector3 ): Mesh[];
select( startPoint?: Vector3, endPoint?: Vector3 ): Mesh[];
updateFrustum( startPoint: Vector3, endPoint: Vector3 ): void;
searchChildInFrustum( frustum: Frustum, object: Object3D ): void;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册