Namespace Unity.Collections.LowLevel.Unsafe
Classes
NativeListUnsafeUtility
Utilities for unsafe access to a NativeList<T>.
UnsafeUtilityEx
Structs
UnsafeAppendBuffer
UnsafeAppendBuffer.Reader
UnsafeList
An unmanaged, untyped, resizable list, without any thread safety check features.
UnsafeList.ParallelReader
Implements parallel reader. Use AsParallelReader to obtain it from container.
UnsafePtrList
An unmanaged, resizable list, without any thread safety check features.
UnsafePtrList.ParallelReader
Implements parallel reader. Use AsParallelReader to obtain it from container.