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