Skip to content

Commit

Permalink
SelectionHelper: Add enabled property.
Browse files Browse the repository at this point in the history
  • Loading branch information
puxiao authored Jul 28, 2023
1 parent 8f26317 commit 070bfa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/three/examples/jsm/interactive/SelectionHelper.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export class SelectionHelper {
constructor(renderer: WebGLRenderer, cssClassName: string);
element: HTMLElement;
isDown: boolean;
enabled: boolean;
pointBottomRight: Vector2;
pointTopLeft: Vector2;
renderer: WebGLRenderer;
Expand Down

0 comments on commit 070bfa4

Please sign in to comment.