OVRNativeList Class
Extends IDisposable, IReadOnlyList< T >
Internal.
NativeArray< T > _array[Get]
readonly Allocator _allocator[Get]
OVRNativeList ( int? initialCapacity,
Allocator allocator )
OVRNativeList ( Allocator allocator )
unsafe T * PtrToElementAt ( int index )
NativeArray< T > AsNativeArray ( )
unsafe Span< T > AsSpan ( )
unsafe ReadOnlySpan< T > AsReadOnlySpan ( )
NativeArray< T >.Enumerator GetEnumerator ( )
unsafe void AddRange ( IEnumerable< T > collection )
IEnumerator< T > IEnumerable< T >. GetEnumerator ( )
IEnumerator IEnumerable. GetEnumerator ( )
unsafe void EnsureCapacity ( int capacity )
static unsafe implicit operator T*
static implicit operator Span
static implicit operator ReadOnlySpan
static CapacityHelper WithSuggestedCapacityFrom< T > ( IEnumerable< T > collection )
static OVRNativeList< T > ToNativeList< T > ( this IEnumerable< T > collection,
Allocator allocator )