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

파라미터

handleSafety handle.

설명

Releases a previously created AtomicSafetyHandle.

CheckDeallocateAndThrow must be called before calling Release.