Version: 2023.2

AtomicSafetyHandle.CheckWriteAndBumpSecondaryVersion

切换到手册
public static void CheckWriteAndBumpSecondaryVersion (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);

参数

handle The AtomicSafetyHandle to check.

描述

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.