Method SwapVertexData
SwapVertexData(int, int)
Method to swap the vertex attributes between src and dst quads.
Declaration
public void SwapVertexData(int src, int dst)
Parameters
| Type | Name | Description |
|---|---|---|
| int | src | Index of the first vertex attribute of the source character / quad. |
| int | dst | Index of the first vertex attribute of the destination character / quad. |