Method ReleaseObjects
ReleaseObjects(UntypedWeakReferenceId*, int)
Release multiple objects.
Declaration
[BurstCompile]
[GenerateTestsForBurstCompatibility]
public static void ReleaseObjects(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.  |