ScriptableObject that stores a list of localized audio clip entries. More...
Public Attributes | |
List< LocalizedAudioClipEntry > | entries = new List<LocalizedAudioClipEntry>() |
List of audio clip entries indexed by unique key. | |
ScriptableObject that stores a list of localized audio clip entries.
Each entry links a unique key to a LocalizedAudioClip, which contains audio clips for different languages. These clips can be embedded directly or resolved via a key through the LocalizationManager.
This asset is referenced by the LocalizationManager to retrieve localized audio clips based on a language and a unique key.
Example usage:
When the language is changed using LocalizationManager.SetLanguage(), the appropriate audio clip is automatically applied.
List<LocalizedAudioClipEntry> Backbone::LocalizedAudioClipsData::entries = new List<LocalizedAudioClipEntry>() |
List of audio clip entries indexed by unique key.