NativeArrayUnsafeUtility.GetAtomicSafetyHandle

Declaration

public static Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle GetAtomicSafetyHandle(NativeArray<T> array);

Parameters

array The NativeArray to check.

Returns

AtomicSafetyHandle The AtomicSafetyHandle of the given NativeArray.

Description

Gets the AtomicSafetyHandle that is used for safety control on a NativeArray.


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