CinemachineCore.AxisInputDelegate Delegate

Cinemachine

CinemachineCoreAxisInputDelegate Delegate

Delegate for overriding Unity's default input system. Returns the value of the named axis.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public delegate float AxisInputDelegate(
	string axisName
)
function(axisName);

Parameters

axisName
Type: SystemString

Return Value

Type: Single
See Also