LoadAsync()
Loads the object asynchronously. Returns an awaitable that completes when loading is finished.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Loading
- Assembly: UnityEngine.ContentLoadModule
public Awaitable<T> LoadAsync()
Returns
Type | Description |
|---|---|
| Awaitable<T> | An awaitable that yields the loaded object, or null if loading failed. |