[Serializable]
public struct CinemachineInputAxisDriver
 
Fields
  
Declaration
Field Value
| Type | Description | 
| System.Single |  | 
Declaration
Field Value
| Type | Description | 
| System.Single |  | 
Declaration
Field Value
| Type | Description | 
| System.Single |  | 
Declaration
Field Value
| Type | Description | 
| System.Single |  | 
Declaration
Field Value
| Type | Description | 
| System.String |  | 
Methods
  
Declaration
public bool Update(float deltaTime, ref AxisState axis)
 
Parameters
| Type | Name | Description | 
| System.Single | deltaTime |  | 
| AxisState | axis |  | 
Returns
| Type | Description | 
| System.Boolean |  | 
Declaration