|
| ObiNativeBIHNodeList (int capacity=8, int alignment=16) |
|
| ObiNativeList (int capacity=8, int alignment=16) |
|
void | Dispose () |
|
void | OnBeforeSerialize () |
|
void | OnAfterDeserialize () |
|
NativeArray< U > | AsNativeArray< U > () |
|
NativeArray< U > | AsNativeArray< U > (int arrayLength) |
|
ComputeBuffer | AsComputeBuffer< U > () |
|
bool | Compare (ObiNativeList< T > other) |
|
void | CopyFrom (ObiNativeList< T > source) |
|
void | CopyFrom (ObiNativeList< T > source, int sourceIndex, int destIndex, int length) |
|
void | CopyReplicate (T value, int destIndex, int length) |
|
void | CopyTo (T[] dest, int sourceIndex, int length) |
|
void | Clear () |
|
void | Add (T item) |
|
void | AddRange (IEnumerable< T > enumerable) |
|
void | RemoveRange (int index, int count) |
|
void | RemoveAt (int index) |
|
bool | ResizeUninitialized (int newCount) |
|
bool | ResizeInitialized (int newCount, T value=default(T)) |
|
bool | EnsureCapacity (int min) |
|
void | WipeToZero () |
|
override string | ToString () |
|
void * | AddressOfElement (int index) |
|
IntPtr | GetIntPtr () |
|
void | Swap (int index1, int index2) |
|
IEnumerator< T > | GetEnumerator () |
|
|
T[] | serializedContents |
|
void | Dispose (bool disposing) |
|
void | ChangeCapacity (int newCapacity) |
|
void * | m_AlignedPtr = null |
|
int | m_Stride |
|
int | m_Capacity |
|
int | m_Count |
|
int | m_AlignBytes = 16 |
|
ComputeBuffer | m_ComputeBuffer |
|
int | count [get, set] |
|
int | capacity [get, set] |
|
bool | isCreated [get] |
|
T | this[int index] [get, set] |
|
The documentation for this class was generated from the following file:
- Assets/Obi/Scripts/Common/DataStructures/NativeList/ObiNativeBIHNodeList.cs