Dialogue.lineHandler Property
Gets or sets the Dialogue.LineHandler
that is called when
a line is ready to be shown to the user.
public Dialogue.LineHandler lineHandler { get; set; }
See Also
Dialogue.LineHandler
: Represents the method that is called when the Dialogue delivers aLine
.
Source
Defined in YarnSpinner/Dialogue.cs, line 446.