This version of Unity is unsupported.

AtomicSafetyHandle.CheckWriteAndBumpSecondaryVersion

Declaration

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

Parameters

handle The AtomicSafetyHandle to check.

Description

Performs AtomicSafetyHandle.CheckWriteAndThrow and then, assuming that the handle can be written to, bumps the secondary version.

For more information about container version numbers, see Copying NativeContainer structures.