Version: 2023.2
言語: 日本語
public static bool GetAllowReadOrWriteAccess (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);

パラメーター

handle Safety handle.

戻り値

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

説明

Returns true if the AtomicSafetyHandle is configured to allow reading or writing.

Read and write access is allowed by default in any newly created AtomicSafetyHandle.

Additional resources: AtomicSafetyHandle.SetAllowReadOrWriteAccess.