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