Delegate IInputAxisOwner.AxisDescriptor.AxisGetter
Delegate to get a reference to the axis being driven
Namespace: Unity.Cinemachine
Syntax
public delegate ref InputAxis AxisGetter();
Returns
Type | Description |
---|---|
InputAxis | A reference to the axis being driven |