Interface IInputAxisResetSource
Components that can generate an input axis reset must implement this interface.
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public interface IInputAxisResetSource
Properties
Name | Description |
---|---|
HasResetHandler | Checks whether any reset handlers have been registered |
Methods
Name | Description |
---|---|
RegisterResetHandler(Action) | Register a handler that will be called when input needs to be reset |
UnregisterResetHandler(Action) | Unregister a handler that will be called when input needs to be reset |