For the complete documentation index, see llms.txt. This page is also available as Markdown.

continueActionOnButtonRelease

Field in DialogueAdvanceInput

Summary

Should the continue action respond to key being pressed down or released.

public ContinueButtonActionType continueActionOnButtonRelease = ContinueButtonActionType.Up;

Remarks

Defaults to firing the advancement on key released.

This value is only used when continueActionType is KeyCode or VirtualButton.

Last updated

Was this helpful?