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.