|
| ObiNativeVector4List (int capacity=8, int alignment=16) |
|
Vector3 | GetVector3 (int index) |
|
void | SetVector3 (int index, Vector3 value) |
|
| ObiNativeList (int capacity=8, int alignment=16) |
|
void | Dispose () |
|
void | DisposeOfComputeBuffer () |
|
void | OnBeforeSerialize () |
|
void | OnAfterDeserialize () |
|
NativeArray< U > | AsNativeArray< U > () |
|
NativeArray< T > | AsNativeArray () |
|
NativeArray< U > | AsNativeArray< U > (int arrayLength) |
|
GraphicsBuffer | SafeAsComputeBuffer< U > (GraphicsBuffer.Target bufferType=GraphicsBuffer.Target.Structured) |
|
GraphicsBuffer | AsComputeBuffer< U > (GraphicsBuffer.Target bufferType=GraphicsBuffer.Target.Structured) |
|
GraphicsBuffer | AsComputeBuffer< U > (int arrayLength, GraphicsBuffer.Target bufferType=GraphicsBuffer.Target.Structured) |
|
void | Readback< U > (int readcount, bool async) |
|
void | Readback (bool async=true) |
|
void | Readback (int readcount, bool async=true) |
|
void | Upload< U > (int length, bool force=false) |
|
void | Upload (bool force=false) |
|
void | UploadFullCapacity () |
|
void | WaitForReadback () |
|
bool | Compare (ObiNativeList< T > other) |
|
void | CopyFrom (ObiNativeList< T > source) |
|
void | CopyFrom (ObiNativeList< T > source, int sourceIndex, int destIndex, int length) |
|
void | CopyFrom< U > (NativeArray< U > source, int sourceIndex, int destIndex, int length) |
|
void | CopyFrom (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 | AddReplicate (T value, int times) |
|
void | AddRange (T[] array) |
|
void | AddRange (T[] array, int length) |
|
void | AddRange (T[] array, int start, int length) |
|
void | AddRange (ObiNativeList< T > array, int length) |
|
void | AddRange (ObiNativeList< T > array, int start, int length) |
|
void | AddRange (ObiNativeList< T > array) |
|
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 () |
|
void | WipeToValue (T value) |
|
override string | ToString () |
|
void * | AddressOfElement (int index) |
|
IntPtr | GetIntPtr () |
|
void | Swap (int index1, int index2) |
|
IEnumerator< T > | GetEnumerator () |
|