DialogueUI.onLineStart Field
A UnityEvent
that is called
when a Line
has been delivered.
public UnityEvent onLineStart
Remarks
This method is called before onLineUpdate
is
called. Use this event to prepare the scene to deliver a line.
Source
Defined in Unity/Assets/YarnSpinner/Scripts/DialogueUI.cs, line 124.