Enum IInputAxisOwner.AxisDescriptor.Hints
This provides a hint about the intended usage of the axis.
Namespace: Unity.Cinemachine
Syntax
public enum Hints
Fields
Name | Description | Value |
---|---|---|
Default | No hint |
0 |
X | Mapping should be the first dimension of a multi-dimensional action |
1 |
Y | Mapping should be the second dimension of a multi-dimensional action |
2 |