Version: 2023.2
public static void Release (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);

参数

handle 安全句柄。

描述

释放以前创建的 AtomicSafetyHandle。

After this call, this handle and copies of it will no longer be valid. AtomicSafetyHandle.IsHandleValid will return false.

AtomicSafetyHandle.CheckDeallocateAndThrow must be called before calling Release. Do not call this method for the handle returned by AtomicSafetyHandle.GetTempMemoryHandle or AtomicSafetyHandle.GetTempUnsafePtrSliceHandle, because the lifetime of those handles is automatically managed by the engine.