TransformAccessArray.
| Property | Description |
|---|---|
| capacity | Returns array capacity. |
| isCreated | isCreated. |
| length | Length. |
| this[int] | Array indexer. |
| Constructor | Description |
|---|---|
| TransformAccessArray | Construct a TransformAccessArray with enough memory allocated to hold the specified number of transforms, and with initial length of 0. |
| Method | Description |
|---|---|
| Add | Add Transform to the end of the TransformAccessArray. |
| Dispose | Dispose. |
| GetTransformHandle | Get a TransformHandle for the transform at the specified index in the TransformAccessArray. |
| RemoveAtSwapBack | Removes an item at index. |
| SetTransformHandle | Set transform at the specified index from the TransformHandle provided. |
| SetTransformHandles | Replace entire contents of TransformAccessArray with provided transforms. |
| SetTransforms | Replace entire contents of TransformAccessArray with provided transforms. |
| Method | Description |
|---|---|
| Allocate | Allocate. |