Method LoadGltfJson
LoadGltfJson(string, Uri, ImportSettings, CancellationToken)
Load a glTF JSON from a string
Declaration
public Task<bool> LoadGltfJson(string json, Uri uri = null, ImportSettings importSettings = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | json | glTF JSON |
| Uri | uri | Base URI for relative paths of external buffers or images |
| ImportSettings | importSettings | Import Settings (ImportSettings for details) |
| CancellationToken | cancellationToken | Token to submit cancellation requests. The default value is None. |
Returns
| Type | Description |
|---|---|
| Task<bool> | True if loading was successful, false otherwise |