LineProviderBehaviour
Last updated
Was this helpful?
Class in Yarn.Unity
Inherits from MonoBehaviour
A MonoBehaviour that produces LocalizedLine s.
public abstract class LineProviderBehaviour : MonoBehaviourDialogueRunner s use a LineProviderBehaviour to get LocalizedLine s, which contain the localized information that DialogueViewBase classes use to present content to the player.
Subclasses of this abstract class may return subclasses of LocalizedLine . For example, AudioLineProvider returns an AudioLocalizedLine , which includes AudioClip ; views that make use of audio can then access this additional data.
Prepares and returns a LocalizedLine from the specified Yarn.Line .
Signals to the line provider that lines with the provided line IDs may be presented shortly.
Called by Unity when the LineProviderBehaviour has first appeared in the scene.
Gets a value indicating whether this line provider is ready to provide LocalizedLine objects. The default implementation returns true .
Last updated
Was this helpful?
Was this helpful?
