Закрытые члены | |
void | JsonObject () |
void | ~JsonObject () |
void | Clear () |
void | AddString (string name, string value) |
void | AddInt (string name, int value) |
void | AddFloat (string name, float value) |
void | AddBool (string name, bool value) |
void | AddVector2 (string name, float x, float y) |
string | GetJson () |
Закрытые данные | |
ref map< string, string > | m_Strings |
ref map< string, int > | m_Ints |
ref map< string, float > | m_Floats |
ref map< string, bool > | m_Bools |
ref map< string, ref Vector2 > | m_Vectors2 |
См. определение в файле JsonObject.c строка 1