|
Unity GAF Player
1.0
Tools for playing GAF animation inside Unity
|
JSON value. More...
Public Member Functions | |
| JSONValue (JSONValueType type) | |
| JSONValue (string str) | |
| JSONValue (double number) | |
| JSONValue (JSONObject obj) | |
| JSONValue (JSONArray array) | |
| JSONValue (bool boolean) | |
| JSONValue (JSONValue value) | |
| Construct a copy of the JSONValue given as a parameter More... | |
| override string | ToString () |
| |
Static Public Member Functions | |||
| static implicit | operator JSONValue (string str) | ||
| |||
| static implicit | operator JSONValue (double number) | ||
| |||
| static implicit | operator JSONValue (JSONObject obj) | ||
| |||
| static implicit | operator JSONValue (JSONArray array) | ||
| |||
| static implicit | operator JSONValue (bool boolean) | ||
| |||
Properties | |
| JSONValueType | Type [get, set] |
| Gets or sets the type. More... | |
| string | Str [get, set] |
| Gets or sets the string. More... | |
| double | Number [get, set] |
| Gets or sets the number. More... | |
| JSONObject | Obj [get, set] |
| Gets or sets the object. More... | |
| JSONArray | Array [get, set] |
| Gets or sets the array. More... | |
| bool | Boolean [get, set] |
| Gets or sets a value indicating whether this JSONValue is boolean. More... | |
| JSONValue | Parent [get, set] |
| Gets or sets the parent. More... | |
JSON value.
| JSONValue.JSONValue | ( | JSONValueType | type) |
| JSONValue.JSONValue | ( | string | str) |
| JSONValue.JSONValue | ( | double | number) |
| JSONValue.JSONValue | ( | JSONObject | obj) |
| JSONValue.JSONValue | ( | JSONArray | array) |
| JSONValue.JSONValue | ( | bool | boolean) |
| JSONValue.JSONValue | ( | JSONValue | value) |
Construct a copy of the JSONValue given as a parameter
| value |
|
static |
| str | String. |
|
static |
| number | Number. |
|
static |
| obj | Object. |
|
static |
| boolean | Boolean. |
| override string JSONValue.ToString | ( | ) |
|
getset |
Gets or sets the array.
The array.
|
getset |
Gets or sets a value indicating whether this JSONValue is boolean.
true if boolean; otherwise, false.
|
getset |
Gets or sets the number.
The number.
|
getset |
Gets or sets the object.
The object.
|
getset |
Gets or sets the parent.
The parent.
|
getset |
Gets or sets the string.
The string.
|
getset |
Gets or sets the type.
The type.
1.8.4