onDialogueComplete
A Unity event that is called once the dialogue has completed.
public UnityEvent onDialogueComplete;
- Dialogue.DialogueCompleteHandler: Gets or sets the DialogueCompleteHandler that is called when the dialogue reaches its end.
Last modified 2mo ago