Version: 2023.2

AtomicSafetyHandle.SetAllowSecondaryVersionWriting

切换到手册
public static void SetAllowSecondaryVersionWriting (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle, bool allowWriting);

参数

handle 安全句柄。
allowWriting If true, handles using the secondary version number should be configured to allow write access to the container. If false, handles using the secondary version number should be configured to only allow read access to the container.

描述

Set whether handles which use the secondary version number are allowed to write to the container protected by this handle.