This version of Unity is unsupported.

NativeArrayUnsafeUtility.GetAtomicSafetyHandle

Declaration

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

Parameters

array NativeArray.

Returns

AtomicSafetyHandle Safety handle.

Description

Returns the AtomicSafetyHandle that is used for safety control on the NativeArray.