| Parameter | Description |
|---|---|
| capacity | The initial capacity of the array, representing the number of transforms it can hold before needing to resize its internal storage. |
| desiredJobCount | Desired job count. |
Construct a TransformAccessArray with enough memory allocated to hold the specified number of transforms, and with initial length of 0.
| Parameter | Description |
|---|---|
| transforms | Array of Transform components to initially populate TransformAccessArray. |
| desiredJobCount | Desired job count. |
Construct a TransformAccessArray from a managed array of Transform components.
| Parameter | Description |
|---|---|
| transformHandles | NativeArray of TransformHandles to initially populate TransformAccessArray |
| desiredJobCount | Desired job count. |
Construct a TransformAccessArray from a NativeArray of Transformhandles.