AtomicSafetyHandle.IsValidNonDefaultHandle

Declaration

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

Parameters

handle The AtomicSafetyHandle to check.

Returns

bool true if the AtomicSafetyHandle has been initialized and is valid; false otherwise.

Description

Checks if an AtomicSafetyHandle has been initialized and is valid.


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