AtomicSafetyHandle.GetAllowReadOrWriteAccess

Switch to Manual
public static bool GetAllowReadOrWriteAccess (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);

Parameters

handle安全句柄。

Returns

bool True if the AtomicSafetyHandle is configured to allow reading or writing, false otherwise.

Description

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

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