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

Parameters

handleSafety 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.