This version of Unity is unsupported.

AtomicSafetyHandle.IsTempMemoryHandle

Declaration

public static bool IsTempMemoryHandle(Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);

Parameters

handle Safety handle.

Returns

bool True if the safety handle is the temp memory handle for the current scope.

Description

Checks if an AtomicSafetyHandle is the temp memory safety handle for the currently active temp memory scope.