SetAtomicSafetyHandle(ref NativeBitArray, AtomicSafetyHandle)
Sets an array's atomic safety handle.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
SetAtomicSafetyHandle(NativeBitArray, AtomicSafetyHandle)
public static void SetAtomicSafetyHandle(ref NativeBitArray container, AtomicSafetyHandle safety)
Parameters
Array which the AtomicSafetyHandle is for.
Atomic safety handle for this array.