AtomicSafetyHandle.IsTempMemoryHandle

Declaration

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

Parameters

handle The AtomicSafetyHandle to check.

Returns

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

Description

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


Did you find this page useful? Please give it a rating: