Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

NativeSliceUnsafeUtility.GetAtomicSafetyHandle

Declaration

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

Parameters

slice The NativeSlice to check.

Returns

AtomicSafetyHandle The AtomicSafetyHandle of slice.

Description

Gets the AtomicSafetyHandle for a NativeSlice.