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