| Parameter | Description |
|---|---|
| dataSize | Size to be reserved for the NativeArray. |
| indices | NativeArray of indices. |
| vertices | NativeSlice of vertices. |
| texcoords | NativeSlice of texture coordinate for channel 0. |
Get/Set an array of mesh data of SpriteShapeRenderer.
| Parameter | Description |
|---|---|
| dataSize | Size of the NativeArray requested. |
| indices | NativeArray of indices. |
| vertices | NativeSlice of vertices. |
| texcoords | NativeSlice of texture coordinate for channel 0. |
| colors | NativeSlice of colors. |
Gets NativeArrays of SpriteShapeSegment.
| Parameter | Description |
|---|---|
| dataSize | Size to be reserved for the NativeArray. |
| indices | NativeArray of indices. |
| vertices | NativeSlice of vertices. |
| texcoords | NativeSlice of texture coordinate for channel 0. |
| tangents | NativeSlice of tangents. |
Get/Set an array of mesh data of SpriteShapeRenderer.
| Parameter | Description |
|---|---|
| dataSize | Size of the NativeArray requested. |
| indices | NativeArray of indices. |
| vertices | NativeSlice of vertices. |
| texcoords | NativeSlice of texture coordinate for channel 0. |
| tangents | NativeSlice of colors. |
Gets NativeArrays of SpriteShapeSegment.
| Parameter | Description |
|---|---|
| dataSize | Size to be reserved for the NativeArray. |
| indices | NativeArray of indices. |
| vertices | NativeSlice of vertices. |
| texcoords | NativeSlice of texture coordinate for channel 0. |
| tangents | NativeSlice of tangents. |
| normals | NativeSlice of normals. |
Get/Set an array of mesh data of SpriteShapeRenderer.
| Parameter | Description |
|---|---|
| dataSize | Size of the NativeArray requested. |
| indices | NativeArray of indices. |
| vertices | NativeSlice of vertices. |
| texcoords | NativeSlice of texture coordinate for channel 0. |
| tangents | NativeSlice of colors. |
Gets NativeArrays of SpriteShapeSegment.