Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

NativeSliceUnsafeUtility.GetAtomicSafetyHandle

Declaration

public static Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle GetAtomicSafetyHandle(NativeSlice<T> slice);

Parameters

Description
slice The NativeSlice to check.

Returns

AtomicSafetyHandle The AtomicSafetyHandle of slice.

Description

Gets the AtomicSafetyHandle for a NativeSlice.