GetLocalizedLine(Yarn.Line)
Summary
public abstract LocalizedLine GetLocalizedLine(Yarn.Line line);Remarks
Parameters
Name
Description
Returns
Last updated
Was this helpful?
Method in LineProviderBehaviour
Prepares and returns a LocalizedLine from the specified Yarn.Line .
public abstract LocalizedLine GetLocalizedLine(Yarn.Line line);This method should not be called if LinesAvailable returns false .
Yarn.Line line
The Yarn.Line to produce the LocalizedLine from.
A localized line, ready to be presented to the player.
Last updated
Was this helpful?
Was this helpful?
