CBackbone::CSVManager | Static utility class for importing and exporting localized data from and to CSV files |
▼CEditor | |
CBackbone::LocalizationManagerEditor | |
CBackbone::LocalizedAudioClipsDataEditor | |
CBackbone::LocalizedSpritesDataEditor | |
CBackbone::LocalizedStringsDataEditor | |
CBackbone::LocalizedTexturesDataEditor | |
▼CEditorWindow | |
CLocalizedKeySearchPopup | |
CBackbone::LocalizationSettings | |
CBackbone::LocalizedAudioClip | Represents an audio clip localized by language, either through direct assignment or via a global key |
CBackbone::LocalizedAudioClip::LocalizedClip | Represents a localized audio clip for a specific language |
CBackbone::LocalizedSprite | Represents a sprite localized by language, either through direct assignment or via a global key |
CBackbone::LocalizedSprite::LocalizedSpriteValue | Structure representing a sprite for a specific language |
CBackbone::LocalizedString | |
CBackbone::LocalizedTexture | Represents a texture localized by language, either through a global key or direct per-language assignment |
CBackbone::LocalizedTexture::LocalizedTextureValue | Structure representing a texture for a specific language |
CBackbone::LocalizedString::LocalizedValue | |
▼CMonoBehaviour | |
CBackbone::LocalizedAudio | Automatically updates the AudioSource's clip with a localized AudioClip from the LocalizationManager |
CBackbone::LocalizedImage | Automatically updates a UI Image component with a localized sprite from the LocalizationManager |
CBackbone::LocalizedMaterial | Automatically updates the main texture of a material using a localized texture from the LocalizationManager based on the current language |
CBackbone::LocalizedRawImage | Automatically updates a UI RawImage component with a localized texture from the LocalizationManager, based on the current language |
CBackbone::LocalizedSpriteRenderer | Automatically updates a SpriteRenderer component with a localized sprite from the LocalizationManager based on the current language |
CBackbone::LocalizedTMP_Text | Automatically updates a TMP_Text component with a localized string from the LocalizationManager, based on the current language |
CBackbone::LocalizedText | Automatically updates a legacy UnityEngine.UI.Text component with a localized string |
▼CPropertyDrawer | |
CBackbone::LocalizedAudioClipDrawer | |
CBackbone::LocalizedSpriteDrawer | |
CBackbone::LocalizedStringDrawer | |
CBackbone::LocalizedTextureDrawer | |
▼CScriptableObject | |
CBackbone::LocalizationConfig | Global configuration asset that defines the list of supported languages for localization |
CBackbone::LocalizedAudioClipsData | ScriptableObject that stores a list of localized audio clip entries |
CBackbone::LocalizedSpritesData | ScriptableObject that stores a list of localized sprite entries |
CBackbone::LocalizedStringsData | ScriptableObject that stores a list of localized text entries |
CBackbone::LocalizedTexturesData | ScriptableObject that stores a list of localized texture entries |