Interface AxisState.IRequiresInput
IRequiresInput is deprecated. Use InputAxis and InputAxisController instead.
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
[Obsolete("IRequiresInput is deprecated. Use InputAxis and InputAxisController instead")]
public interface AxisState.IRequiresInput
Methods
RequiresInput()
Returns true if this object requires user input from a IInputAxisProvider.
Declaration
bool RequiresInput()
Returns
Type | Description |
---|---|
bool | Returns true when input is required. |