Enum DeltaSpeed
Speed at which the value changes for a given input device delta.
Namespace: UnityEditor.UIElements
Syntax
public enum DeltaSpeed : int
Fields
Name | Description | Value |
---|---|---|
Fast | The value changes at four times the normal rate. |
0 |
Normal | The value changes at the normal rate. |
1 |
Slow | The value changes at one quarter of its normal rate. |
2 |