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

パラメーター

handle Safety handle.

戻り値

bool true if the given AtomicSafetyHandle is marked as a nested container; false otherwise.

説明

Check whether the given AtomicSafetyHandle represents a nested container, and therefore cannot safely be used in jobs.

Additional resources: AtomicSafetyHandle.SetNestedContainer.