continueActionOnButtonRelease
Last updated
Was this helpful?
Field in DialogueAdvanceInput
Should the continue action respond to key being pressed down or released.
public ContinueButtonActionType continueActionOnButtonRelease = ContinueButtonActionType.Up;Defaults to firing the advancement on key released.
This value is only used when continueActionType is KeyCode or VirtualButton.
Last updated
Was this helpful?
Was this helpful?
