This version of Unity is unsupported.

NativeArrayUnsafeUtility.SetAtomicSafetyHandle

Declaration

public static void SetAtomicSafetyHandle(ref NativeArray<T> array, Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle safety);

Parameters

array NativeArray.
safety Safety handle.

Description

Sets a new AtomicSafetyHandle for the provided NativeArray.