Class InputActionPointerTap
Properties
onPointerTap
public InputEvent<ScreenPoint> onPointerTap { get; private set; }
Constructors
InputActionPointerTap(float time)
public InputActionPointerTap(float time)
InputActionPointerTap(int tapCount)
public InputActionPointerTap(int tapCount)
InputActionPointerTap(int tapCount, float time)
public InputActionPointerTap(int tapCount, float time)
InputActionPointerTap(NormalizationMode normalizationMode, int tapCount, float time)
public InputActionPointerTap(NormalizationMode normalizationMode, int tapCount, float time)
Methods
OnTap()
protected override sealed void OnTap()
OnTapDisable()
protected override sealed void OnTapDisable()
OnTapEnable()
protected override sealed void OnTapEnable()