Interface IInputAxisOwner
Components that hold InputAxisValue structs must implement this interface to be discoverable.
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public interface IInputAxisOwner
Methods
GetInputAxes(List<AxisDescriptor>)
Report the input axis to be driven, and their names
Declaration
void GetInputAxes(List<IInputAxisOwner.AxisDescriptor> axes)
Parameters
Type | Name | Description |
---|---|---|
List<IInputAxisOwner.AxisDescriptor> | axes | Axes to drive |