AxisState.Update Method

Cinemachine

AxisStateUpdate Method

Updates the state of this axis based on the axis defined by AxisState.m_AxisName

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool Update(
	float deltaTime
)
function Update(deltaTime);

Parameters

deltaTime
Type: SystemSingle
Delta time in seconds

Return Value

Type: Boolean
Returns true if this axis' input was non-zero this Update, flase otherwise
See Also