Loading...
Enumeration Member in ContinueButtonActionType
Action will fire on key pressed
Down
Action will fire on key release
Up
Enum in DialogueAdvanceInput
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 }