Method SaveToFileAndDispose
SaveToFileAndDispose(string)
Exports the collected scenes/content as glTF, writes it to a file and disposes this object. After the export this instance cannot be re-used!
Declaration
Task<bool> SaveToFileAndDispose(string path)
Parameters
Type | Name | Description |
---|---|---|
string | path | glTF destination file path |
Returns
Type | Description |
---|---|
Task<bool> | True if the glTF file was created successfully, false otherwise |