Links

Localization

Class in Yarn.Unity
Inherits from ScriptableObject

Summary

public class Localization : ScriptableObject

Methods

Name
Description
Adds a new string to the runtime string table.
Adds a collection of strings to the runtime string table.
Adds a collection of strings to the runtime string table.
Clear()
Returns a boolean value indicating whether this Localization contains a string with the given key.
Gets the line IDs present in this localization.

Properties

Name
Description
Gets a value indicating whether this Localization contains assets that are linked to strings.
Gets a value indicating whether this Localization makes use of Addressable Assets ( true ), or if it stores its assets as direct references ( false ).