Dialogue.library Property
Gets the Library that this Dialogue uses to
locate functions.
public Library library { get; }
Remarks
When the Dialogue is constructed, the Library is initialized
with the built-in operators like +, -, and so on.
See Also
Library: A collection of functions that can be called from Yarn programs.
Source
Defined in YarnSpinner/Dialogue.cs, line 510.