AtomicSafetyHandle.GetAllowReadOrWriteAccess

매뉴얼로 전환
public static bool GetAllowReadOrWriteAccess (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);

파라미터

handleSafety 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.