Skip to content

Commit 4b5c525

Browse files
authored
docs(arcballcontrols): Add enableFocus (#1387)
1 parent bbda0db commit 4b5c525

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/three/examples/jsm/controls/ArcballControls.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ declare class ArcballControls extends Controls<ArcballControlsEventMap> {
6969
*/
7070
enableAnimations: boolean;
7171

72+
/**
73+
* Enable or disable camera focusing on double-tap (or click) operations. Default is true.
74+
*/
75+
enableFocus: boolean;
76+
7277
/**
7378
* When set to true, a grid will appear when panning operation is being performed (desktop interaction only). Default is false.
7479
*/

0 commit comments

Comments
 (0)