Delegate CinemachineCore.AxisInputDelegate
Delegate for overriding Unity's default input system. Returns the value of the named axis.
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public delegate float CinemachineCore.AxisInputDelegate(string axisName)
Parameters
Type | Name | Description |
---|---|---|
string | axisName | The name of the axis being queried. |
Returns
Type | Description |
---|---|
float | The value of the axis. |