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.