AxisState.m_InputAxisName Field

Cinemachine

AxisStatem_InputAxisName Field

The name of this axis as specified in Unity Input manager. Setting to an empty string will disable the automatic updating of this axis

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[FormerlySerializedAsAttribute("m_AxisName")]
[TooltipAttribute("The name of this axis as specified in Unity Input manager. Setting to an empty string will disable the automatic updating of this axis")]
public string m_InputAxisName
var m_InputAxisName

Field Value

Type: String
See Also