Method LoadObjectAsync
LoadObjectAsync(in UntypedWeakReferenceId)
Thread safe method to initiate an object load. The load will start during the main thread update.
Declaration
[BurstCompile]
public static void LoadObjectAsync(in UntypedWeakReferenceId objectId)
Parameters
| Type | Name | Description |
|---|---|---|
| UntypedWeakReferenceId | objectId | The object id to load. |