UseSecondaryVersion(ref AtomicSafetyHandle)
Switches the AtomicSafetyHandle to the secondary version number.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
UseSecondaryVersion(AtomicSafetyHandle)
public static void UseSecondaryVersion(ref AtomicSafetyHandle handle)
Parameters
The AtomicSafetyHandle to switch.
Remarks
For a conceptual overview of container version numbers, refer to Copying NativeContainer structures.