Method ParseJson
ParseJson(string)
De-serializes a glTF JSON string and returns the glTF root schema object.
Declaration
protected override RootBase ParseJson(string json)
Parameters
| Type | Name | Description |
|---|---|---|
| string | json | glTF JSON |
Returns
| Type | Description |
|---|---|
| RootBase | De-serialized glTF root object. |