Add(T item) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
AddRange(IEnumerable< T > enumerable) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
AddressOfElement(int index) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
AsComputeBuffer< U >() (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
AsNativeArray< U >() (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
AsNativeArray< U >(int arrayLength) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
capacity (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
ChangeCapacity(int newCapacity) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | protected |
Clear() (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
Compare(ObiNativeList< T > other) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
CopyFrom(ObiNativeList< T > source) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
CopyFrom(ObiNativeList< T > source, int sourceIndex, int destIndex, int length) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
CopyReplicate(T value, int destIndex, int length) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
CopyTo(T[] dest, int sourceIndex, int length) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
count (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
Dispose(bool disposing) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | protected |
Dispose() (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
EnsureCapacity(int min) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
GetEnumerator() (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
GetIntPtr() (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
isCreated (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
m_AlignBytes (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | protected |
m_AlignedPtr (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | protected |
m_Capacity (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | protected |
m_ComputeBuffer (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | protected |
m_Count (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | protected |
m_Stride (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | protected |
ObiNativeBIHNodeList() (defined in Obi.ObiNativeBIHNodeList) | Obi.ObiNativeBIHNodeList | |
ObiNativeBIHNodeList(int capacity=8, int alignment=16) (defined in Obi.ObiNativeBIHNodeList) | Obi.ObiNativeBIHNodeList | |
ObiNativeList() (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | protected |
ObiNativeList(int capacity=8, int alignment=16) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
OnAfterDeserialize() (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
OnBeforeSerialize() (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
RemoveAt(int index) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
RemoveRange(int index, int count) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
ResizeInitialized(int newCount, T value=default(T)) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
ResizeUninitialized(int newCount) | Obi.ObiNativeList< T > | |
serializedContents (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
Swap(int index1, int index2) (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
this[int index] (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
ToString() (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |
WipeToZero() (defined in Obi.ObiNativeList< T >) | Obi.ObiNativeList< T > | |