This site is for Yarn Spinner v1, and won't be updated. Go to the current site.

LineHandler Delegate

Represents the method that is called when the Dialogue delivers a Line.

public delegate Dialogue.HandlerExecutionType LineHandler(Line line);

Parameters

Parameter Description
Line line The Line that has been delivered.

Return Type

Dialogue.HandlerExecutionType: Whether the Dialogue should suspend execution after delivering this line.

See Also

Source

Defined in YarnSpinner/Dialogue.cs, line 377.