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.