AtomicSafetyHandle.GetTempUnsafePtrSliceHandle

매뉴얼로 전환
public static Unity.Collections.LowLevel.Unsafe.AtomicSafetyHandle GetTempUnsafePtrSliceHandle ();

반환

AtomicSafetyHandle Safety handle.

설명

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.