DialogueUI.onDialogueStart Field
A UnityEvent
that is called
when the dialogue starts.
public UnityEvent onDialogueStart
Remarks
Use this event to enable any dialogue-related UI and gameplay elements, and disable any non-dialogue UI and gameplay elements.
Source
Defined in Unity/Assets/YarnSpinner/Scripts/DialogueUI.cs, line 104.