Summary
Class storing the Sprite 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["SpriteLocalization"]
class Type type-node
Syntax
public class SpriteLocalization : ScriptableObject, ILocalization, ISerializationCallbackReceiver,
ICloneable
Fields
Name | Constant Value | Summary |
---|---|---|
_keys | ||
_values | ||
language | ||
localizations |
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 |