Class ToggleableInputAction
public abstract class ToggleableInputAction
- Inheritance
-
ToggleableInputAction
- Derived
- Inherited Members
- Extension Methods
Constructors
ToggleableInputAction(InputAction)
protected ToggleableInputAction(InputAction inputAction)
Parameters
inputActionInputAction
Fields
_enabled
protected bool _enabled
Field Value
_inputAction
protected InputAction _inputAction
Field Value
- InputAction
Properties
InputAction
public InputAction InputAction { get; }
Property Value
- InputAction
Methods
SetState(bool, bool)
public void SetState(bool enabled, bool forced = false)