type SettingsEnum = object;
Represents the enum settings available in the editor.
Defines the possible enum settings in the editor.
- ‘doubleClickSelectionMode’: The mode for double-click selection.
- ‘touch/pinchAction’: The action for pinch gestures.
- ‘touch/rotateAction’: The action for rotate gestures.
- ‘camera/clamping/overshootMode’: The mode for camera clamping overshoot.
Properties#
Property | Type |
---|---|
doubleClickSelectionMode | "Direct" |
touch/pinchAction | "None" |
touch/rotateAction | "None" |
camera/clamping/overshootMode | "Center" |