AtomicSafetyHandle.CheckWriteAndBumpSecondaryVersion

Declaration

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

Parameters

handle The AtomicSafetyHandle to check.

Description

Check whether the referenced native container can be written to and increment the secondary version number if so.

For more information about native container version numbers, refer to Copying NativeContainer structures.


Did you find this page useful? Please give it a rating: