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