Enum AxisState.SpeedMode
How to interpret the Max Speed setting.
Namespace: Cinemachine
Syntax
public enum SpeedMode : int
Fields
Name | Description | Value |
---|---|---|
MaxSpeed | The Max Speed setting will be interpreted as a maximum axis speed, in units/second |
0 |
InputValueGain | The Max Speed setting will be interpreted as a direct multiplier on the input value |
1 |