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.