Passes through the name of a scale gizmo event, drag start, drag or drag end, as a typed selector for code that subscribes to gizmo events by name.
The event selector
The same selector
Reads the handle of a scale gizmo that stretches along X, to enable or disable it on its own.
The scale gizmo
The X axis scale gizmo
Reads the handle of a scale gizmo that stretches along Y, to enable or disable it on its own.
The scale gizmo
The Y axis scale gizmo
Reads the handle of a scale gizmo that stretches along Z, to enable or disable it on its own.
The scale gizmo
The Z axis scale gizmo
Reads whether a scale gizmo's snapping steps add up rather than multiply.
The scale gizmo
True when snapping is incremental
Reads the step size a scale gizmo snaps to, 0 meaning smooth scaling.
The scale gizmo
The snap distance
Reads how much a scale gizmo changes the scale for a given drag.
The scale gizmo
The sensitivity
Makes a scale gizmo change the scale in steps of snapDistance instead of smoothly; 0 turns
snapping off. setIncrementalSnap chooses how the steps combine.
The scale gizmo and the step size
The same scale gizmo
Chooses how a scale gizmo's snapping steps combine: incremental steps add up, 1.1 then 1.2 then 1.3 for a step of 0.1, while the default multiplies, 1.1 then 1.21 then 1.33.
The scale gizmo and the flag
The same scale gizmo
Sets how much a scale gizmo changes the scale for a given drag; 1 is the default and higher values scale faster.
The scale gizmo and the sensitivity
The same scale gizmo
The scale gizmo: three handles that stretch the attached mesh along X, Y or Z and a center handle that scales it evenly. Snapping scales in fixed steps, sensitivity sets how much a drag scales, and each axis handle can be reached on its own.