Last updated 3 months ago
Was this helpful?
Enum in
Inherits from System.Enum
System.Enum
The button/keycode action type, should the button be fired on release or press?
public enum ContinueButtonActionType { Up, Down }
Down
Action will fire on key pressed
Up
Action will fire on key release