Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AtomicSafetyHandle.UseSecondaryVersion

Declaration

public static void UseSecondaryVersion(ref Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);

Parameters

handle The AtomicSafetyHandle to switch.

Description

Switches the AtomicSafetyHandle to the secondary version number.

For a conceptual overview of container version numbers, refer to Copying NativeContainer structures.