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

パラメーター

handle The AtomicSafetyHandle to check.

説明

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