template class MAGES::LocalizationModule::SerializedEntry

Overview

Represents a key-value text entry. More…

template 
class 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

SerializableDictionary Translations

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.