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