Get the async load status of the texture
<texture>.getAsyncStatus() |
Async Status | Description |
viz.ASYNC_STOPPED | The async operation has been cancelled or reset. |
viz.ASYNC_LOADING | The async operation is in progress. |
viz.ASYNC_SUCCESS | The async operation has successfully completed and the object is fully loaded and ready to use. |
viz.ASYNC_FAIL | The async operation failed and the object was not loaded. |