Last updated
Was this helpful?
Last updated
Was this helpful?
Class in
Inherits from UnityEngine.MonoBehaviour
A UnityEngine.MonoBehaviour
that produces s, for use in Dialogue Views.
s use a to get s, which contain the localized information that classes use to present content to the player.
Subclasses of this abstract class may return subclasses of . For example, returns an AudioLocalizedLine
, which includes UnityEngine.AudioClip
; views that make use of audio can then access this additional data.
: A UnityEngine.MonoBehaviour
that can present lines and options to the user, when it receives them from a .
Signals to the line provider that lines with the provided line IDs may be presented shortly.
Gets the user's current locale identifier, as a BCP-47 code.
Prepares and returns a from the specified .
Called by Unity when the has first appeared in the scene.
Gets a value indicating whether this line provider is ready to provide objects. The default implementation returns true
.