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

파라미터

handle Safety handle.

설명

Releases a previously created 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.