AtomicSafetyHandle.GetTempUnsafePtrSliceHandle

Cambiar al Manual
public static Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle GetTempUnsafePtrSliceHandle ();

Valor de retorno

AtomicSafetyHandle Safety handle.

Descripción

Returns a single shared handle, that can be shared by for example NativeSlice pointing to stack memory.

The handle is never disposed, also it is not legal to use this AtomicSafetyHandle in a job.