AtomicSafetyHandle.GetAllowReadOrWriteAccess

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

参数

handle安全句柄。

返回

bool 如果 AtomicSafetyHandle 配置为允许读取或写入,则为 true,否则为 false。

描述

如果 AtomicSafetyHandle 配置为允许读取或写入,则返回 true。

默认情况下,任何新创建的 AtomicSafetyHandle 都允许进行读写访问。