ContinueButtonActionType

Enum in DialogueAdvanceInput

Inherits from System.Enum

Summary

The button/keycode action type, should the button be fired on release or press?

public enum ContinueButtonActionType
{
    Up,
    Down
}

Members

Name
Description

Action will fire on key pressed

Action will fire on key release

Last updated

Was this helpful?