Version: 2023.2
언어: 한국어
public static void CheckWriteAndThrow (Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle handle);

파라미터

handle The AtomicSafetyHandle to check.

설명

Checks if the handle can be written to. Throws an exception if already destroyed or a job is currently reading or writing to the data.