Skip to content

Commit

Permalink
SelectionHelper: Add enabled property. (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
puxiao authored Jul 31, 2023
1 parent cbb51ad commit b804bd9
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 b804bd9

Please sign in to comment.