Namespace Unity.Collections
Classes
ArrayExtensions
CollectionHelper
JobNativeMultiHashMapUniqueHashExtensions
JobNativeMultiHashMapVisitKeyMutableValue
JobNativeMultiHashMapVisitKeyValue
JobUnsafeMultiHashMapUniqueHashExtensions
JobUnsafeMultiHashMapVisitKeyMutableValue
JobUnsafeMultiHashMapVisitKeyValue
ListExtensions
NativeArrayExtensions
NativeHashMapExtensions
NativeSortExtension
WordStorage
Structs
BitField32
Fixed size 32-bit array of bits.
BitField64
Fixed size 64-bit array of bits.
Bytes126
Bytes16
Bytes30
Bytes4094
Bytes510
Bytes62
NativeHashMap<TKey, TValue>
NativeHashMap<TKey, TValue>.ParallelWriter
Implements parallel writer. Use AsParallelWriter to obtain it from container.
NativeKeyValueArrays<TKey, TValue>
NativeList<T>
An unmanaged, resizable list.
NativeMultiHashMap<TKey, TValue>
NativeMultiHashMap<TKey, TValue>.Enumerator
NativeMultiHashMap<TKey, TValue>.ParallelWriter
Implements parallel writer. Use AsParallelWriter to obtain it from container.
NativeMultiHashMapIterator<TKey>
NativeQueue<T>
NativeQueue<T>.ParallelWriter
Implements parallel writer. Use AsParallelWriter to obtain it from container.
NativeStream
A deterministic data streaming supporting parallel reading and parallel writing. Allows you to write different types or arrays into a single stream.