ScriptableObject that stores a list of localized texture entries. More...
Public Attributes | |
List< LocalizedTextureEntry > | entries = new List<LocalizedTextureEntry>() |
List of texture entries indexed by unique key. | |
ScriptableObject that stores a list of localized texture entries.
Each entry maps a unique key to a LocalizedTexture, which contains language-specific texture assignments. These can be defined inline or resolved via key.
This asset is used by the LocalizationManager to retrieve textures based on language and key.
Example usage:
When the language is changed via LocalizationManager.SetLanguage(), the correct texture will be resolved automatically.
List<LocalizedTextureEntry> Backbone::LocalizedTexturesData::entries = new List<LocalizedTextureEntry>() |
List of texture entries indexed by unique key.