Method LoadObjectsAsync
LoadObjectsAsync(UntypedWeakReferenceId*, int)
Load multiple objects.
Declaration
[BurstCompile]
[GenerateTestsForBurstCompatibility]
public static void LoadObjectsAsync(UntypedWeakReferenceId* pObjectIds, int count)
Parameters
Type | Name | Description |
---|---|---|
UntypedWeakReferenceId* | pObjectIds | Pointer to the object id array. |
int | count | The number of objects in the array. |