template class MAGES::LocalizationModule::SerializedEntry¶
Overview¶
Represents a key-value text entry. More…
templateclass SerializedEntry { public: // properties SerializableDictionary Translations; string Key; string Category; };
Detailed Documentation¶
Represents a key-value text entry.
Parameters:
T |
The type of the value. |
Properties¶
SerializableDictionaryTranslations
Gets or sets the translations of the text.
string Key
Gets or sets the key of the text.
string Category
Gets or sets the category of the text.