StringLocalization 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["StringLocalization"] class Type type-node

Syntax

public class StringLocalization : ScriptableObject, ILocalization, ISerializationCallbackReceiver, 
    ICloneable

Fields

Name Constant Value Summary
_keys
_values
language
localizations
NULL_SERIALIZATION_VALUE [NULL VALUE OCL]
static

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