AudioClipLocalization Class

Summary

Class storing the AudioClip translations for a language in an OrderedDictionary.
Namespace
OneClickLocalization.Core.Localization
Interfaces
Base Types
  • ScriptableObject
graph BT Type-->Base0["ScriptableObject"] Type-.->Interface0["ILocalization"] click Interface0 "/api/OneClickLocalization.Core.Localization/ILocalization" Type-.->Interface1["ISerializationCallbackReceiver"] Type-.->Interface2["ICloneable"] Type["AudioClipLocalization"] class Type type-node

Syntax

public class AudioClipLocalization : ScriptableObject, ILocalization, 
    ISerializationCallbackReceiver, ICloneable

Fields

Name Constant Value Summary
_keys
_values
language
localizations

Methods

Name Value Summary
Clone() object
GetAllIds() List<object>
GetAllLocalizations() List<object>
GetLanguage() SystemLanguage
GetLocalization(object) object
GetLocalizationType() Type
OnAfterDeserialize() void
OnBeforeSerialize() void
Serialize the OrderedDictionary using typed Lists
RemoveLocalization(object) void
ReplaceId(object, object) void
SetLocalization(object, object) void