Delegate CinemachineCore.AxisInputDelegate
Delegate for overriding Unity's default input system. Returns the value of the named axis.
Namespace: Cinemachine
Syntax
public delegate float AxisInputDelegate(string axisName);Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | axisName | 
Returns
| Type | Description | 
|---|---|
| System.Single |