NativeArrayUnsafeUtility.GetAtomicSafetyHandle

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.

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