AtomicSafetyHandle.GetAllowReadOrWriteAccess

Cambiar al Manual
public static bool GetAllowReadOrWriteAccess (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);

Parámetros

handleSafety handle.

Valor de retorno

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

Descripción

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.