Skip to content

Commit

Permalink
DragControls: Add recursive property. (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Sep 28, 2023
1 parent 2c26d05 commit 59e3936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/three/examples/jsm/controls/DragControls.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class DragControls extends EventDispatcher<DragControlsEventMap> {
// API

enabled: boolean;
recursive: boolean;
transformGroup: boolean;

activate(): void;
Expand Down

0 comments on commit 59e3936

Please sign in to comment.