Method LoadFile
LoadFile(string, Uri, ImportSettings, CancellationToken)
Load glTF from a local file path.
Declaration
public Task<bool> LoadFile(string localPath, Uri uri = null, ImportSettings importSettings = null, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | localPath | Local path to glTF or glTF-Binary file. |
| 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 |