Summary
Class storing the AudioClip translations for a language in an OrderedDictionary.
- Namespace
- OneClickLocalization
.Core .Localization - Interfaces
-
- ILocalization
- I
Serialization Callback Receiver - ICloneable
- 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 | ||
N |
[NULL VALUE OCL] |
static
|
Methods
Name | Value | Summary |
---|---|---|
Clone |
object | |
GetAllIds |
List |
|
GetAllLocalizations |
List |
|
GetLanguage |
SystemLanguage | |
GetLocalization |
object | |
GetLocalizationType |
Type | |
OnAfterDeserialize |
void | |
OnBeforeSerialize |
void |
Serialize the OrderedDictionary using typed Lists
|
RemoveLocalization |
void | |
ReplaceId |
void | |
SetLocalization |
void |