scrollDeltaPerTick
The magnitude of WheelEvent.delta that corresponds to exactly one tick of the scroll wheel.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Field
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public const float scrollDeltaPerTick = 3
Remarks
UIToolkit's scroll factor is the same as IMGUI's scroll factor both in Editor and Runtime.