Class in Yarn.Unity
Inherits from ScriptableObject
ScriptableObject
public class Localization : ScriptableObject
AddLocalizedObject(string,T)
AddLocalizedObjects(IEnumerable<KeyValuePair<string, T>>)
AddLocalizedString(string,string)
AddLocalizedStrings(IEnumerable<KeyValuePair<string, string>>)
AddLocalizedStrings(IEnumerable)
Clear()
ContainsLocalizedObject(string)
ContainsLocalizedString(string)
GetLineIDs()
Gets the line IDs present in this localization.
GetLocalizedObject(string)
GetLocalizedString(string)
SetLocalizedObject(string,T)
ContainsLocalizedAssets
LocaleCode
UsesAddressableAssets
Last updated 3 years ago
Was this helpful?