Class InputActionTap
Represents tap type input.
Properties
onTap
public InputEvent onTap { get; private set; }
Constructors
InputActionTap(float time)
public InputActionTap(float time)
InputActionTap(int tapCount)
public InputActionTap(int tapCount)
InputActionTap(int tapCount, float time)
public InputActionTap(int tapCount, float time)
Methods
AddBinding(string binding)
public void AddBinding(string binding)
Clear()
public override void Clear()
OnEnable()
protected override sealed void OnEnable()
OnDisable()
protected override sealed void OnDisable()
OnTap()
protected virtual void OnTap()
OnTapDisable()
protected virtual void OnTapDisable()
OnTapEnable()
protected virtual void OnTapEnable()