|
NGUI: Next-Gen UI kit
3.7.2
|
This is the complete list of members for NGUIJson, including all inherited members.
| eatWhitespace(char[] json, ref int index) | NGUIJson | protectedstatic |
| getLastErrorIndex() | NGUIJson | static |
| getLastErrorSnippet() | NGUIJson | static |
| getLastIndexOfNumber(char[] json, int index) | NGUIJson | protectedstatic |
| jsonDecode(string json) | NGUIJson | static |
| jsonEncode(object json) | NGUIJson | static |
| lastDecode | NGUIJson | protectedstatic |
| lastDecodeSuccessful() | NGUIJson | static |
| lastErrorIndex | NGUIJson | protectedstatic |
| LoadSpriteData(UIAtlas atlas, TextAsset asset) | NGUIJson | static |
| LoadSpriteData(UIAtlas atlas, string jsonData) | NGUIJson | static |
| lookAhead(char[] json, int index) | NGUIJson | protectedstatic |
| nextToken(char[] json, ref int index) | NGUIJson | protectedstatic |
| parseArray(char[] json, ref int index) | NGUIJson | protectedstatic |
| parseNumber(char[] json, ref int index) | NGUIJson | protectedstatic |
| parseObject(char[] json, ref int index) | NGUIJson | protectedstatic |
| parseString(char[] json, ref int index) | NGUIJson | protectedstatic |
| parseValue(char[] json, ref int index, ref bool success) | NGUIJson | protectedstatic |
| serializeArray(ArrayList anArray, StringBuilder builder) | NGUIJson | protectedstatic |
| serializeDictionary(Dictionary< string, string > dict, StringBuilder builder) | NGUIJson | protectedstatic |
| serializeNumber(double number, StringBuilder builder) | NGUIJson | protectedstatic |
| serializeObject(Hashtable anObject, StringBuilder builder) | NGUIJson | protectedstatic |
| serializeObjectOrArray(object objectOrArray, StringBuilder builder) | NGUIJson | protectedstatic |
| serializeString(string aString, StringBuilder builder) | NGUIJson | protectedstatic |
| serializeValue(object value, StringBuilder builder) | NGUIJson | protectedstatic |