We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbda0db commit 4b5c525Copy full SHA for 4b5c525
types/three/examples/jsm/controls/ArcballControls.d.ts
@@ -69,6 +69,11 @@ declare class ArcballControls extends Controls<ArcballControlsEventMap> {
69
*/
70
enableAnimations: boolean;
71
72
+ /**
73
+ * Enable or disable camera focusing on double-tap (or click) operations. Default is true.
74
+ */
75
+ enableFocus: boolean;
76
+
77
/**
78
* When set to true, a grid will appear when panning operation is being performed (desktop interaction only). Default is false.
79
0 commit comments