Method LoadGltfBinary
LoadGltfBinary(byte[], Uri, ImportSettings, CancellationToken)
Load a glTF-binary asset from a byte array.
Declaration
public Task<bool> LoadGltfBinary(byte[] bytes, Uri uri = null, ImportSettings importSettings = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | bytes | byte array containing glTF-binary |
| 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 |