Backbone - Localization
 
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CBackbone::CSVManagerStatic 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::LocalizedAudioClipRepresents an audio clip localized by language, either through direct assignment or via a global key
 CBackbone::LocalizedAudioClip::LocalizedClipRepresents a localized audio clip for a specific language
 CBackbone::LocalizedSpriteRepresents a sprite localized by language, either through direct assignment or via a global key
 CBackbone::LocalizedSprite::LocalizedSpriteValueStructure representing a sprite for a specific language
 CBackbone::LocalizedString
 CBackbone::LocalizedTextureRepresents a texture localized by language, either through a global key or direct per-language assignment
 CBackbone::LocalizedTexture::LocalizedTextureValueStructure representing a texture for a specific language
 CBackbone::LocalizedString::LocalizedValue
 CMonoBehaviour
 CBackbone::LocalizedAudioAutomatically updates the AudioSource's clip with a localized AudioClip from the LocalizationManager
 CBackbone::LocalizedImageAutomatically updates a UI Image component with a localized sprite from the LocalizationManager
 CBackbone::LocalizedMaterialAutomatically updates the main texture of a material using a localized texture from the LocalizationManager based on the current language
 CBackbone::LocalizedRawImageAutomatically updates a UI RawImage component with a localized texture from the LocalizationManager, based on the current language
 CBackbone::LocalizedSpriteRendererAutomatically updates a SpriteRenderer component with a localized sprite from the LocalizationManager based on the current language
 CBackbone::LocalizedTMP_TextAutomatically updates a TMP_Text component with a localized string from the LocalizationManager, based on the current language
 CBackbone::LocalizedTextAutomatically updates a legacy UnityEngine.UI.Text component with a localized string
 CPropertyDrawer
 CBackbone::LocalizedAudioClipDrawer
 CBackbone::LocalizedSpriteDrawer
 CBackbone::LocalizedStringDrawer
 CBackbone::LocalizedTextureDrawer
 CScriptableObject
 CBackbone::LocalizationConfigGlobal configuration asset that defines the list of supported languages for localization
 CBackbone::LocalizedAudioClipsDataScriptableObject that stores a list of localized audio clip entries
 CBackbone::LocalizedSpritesDataScriptableObject that stores a list of localized sprite entries
 CBackbone::LocalizedStringsDataScriptableObject that stores a list of localized text entries
 CBackbone::LocalizedTexturesDataScriptableObject that stores a list of localized texture entries