Version: 2023.2
언어: 한국어

AtomicSafetyHandle.SetAllowSecondaryVersionWriting

매뉴얼로 전환
public static void SetAllowSecondaryVersionWriting (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle, bool allowWriting);

파라미터

handle Safety 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.