Backbone - Localization
 
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NBackbone
 CCSVManagerStatic utility class for importing and exporting localized data from and to CSV files
 CLocalizationConfigGlobal configuration asset that defines the list of supported languages for localization
 CLocalizationManagerEditor
 CLocalizationSettings
 CLocalizedAudioAutomatically updates the AudioSource's clip with a localized AudioClip from the LocalizationManager
 CLocalizedAudioClipRepresents an audio clip localized by language, either through direct assignment or via a global key
 CLocalizedClipRepresents a localized audio clip for a specific language
 CLocalizedAudioClipDrawer
 CLocalizedAudioClipsDataScriptableObject that stores a list of localized audio clip entries
 CLocalizedAudioClipsDataEditor
 CLocalizedImageAutomatically updates a UI Image component with a localized sprite from the LocalizationManager
 CLocalizedMaterialAutomatically updates the main texture of a material using a localized texture from the LocalizationManager based on the current language
 CLocalizedRawImageAutomatically updates a UI RawImage component with a localized texture from the LocalizationManager, based on the current language
 CLocalizedSpriteRepresents a sprite localized by language, either through direct assignment or via a global key
 CLocalizedSpriteValueStructure representing a sprite for a specific language
 CLocalizedSpriteDrawer
 CLocalizedSpriteRendererAutomatically updates a SpriteRenderer component with a localized sprite from the LocalizationManager based on the current language
 CLocalizedSpritesDataScriptableObject that stores a list of localized sprite entries
 CLocalizedSpritesDataEditor
 CLocalizedString
 CLocalizedValue
 CLocalizedStringDrawer
 CLocalizedStringsDataScriptableObject that stores a list of localized text entries
 CLocalizedStringsDataEditor
 CLocalizedTextAutomatically updates a legacy UnityEngine.UI.Text component with a localized string
 CLocalizedTextureRepresents a texture localized by language, either through a global key or direct per-language assignment
 CLocalizedTextureValueStructure representing a texture for a specific language
 CLocalizedTextureDrawer
 CLocalizedTexturesDataScriptableObject that stores a list of localized texture entries
 CLocalizedTexturesDataEditor
 CLocalizedTMP_TextAutomatically updates a TMP_Text component with a localized string from the LocalizationManager, based on the current language
 CLocalizedKeySearchPopup