Enum InputAxis.RestrictionFlags
Some usages require restricted functionality.
The possible restrictions are defined here.
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
[Flags]
public enum InputAxis.RestrictionFlags
Fields
Name | Description |
---|---|
Momentary | Axis represents a momentary spring-back control |
NoRecentering | Indicates that re-centering this axis is not possible |
None | No restrictions |
RangeIsDriven | Range and center are not editable by the user |