Struct TMP_MeshInfo
Structure which contains the vertex attributes (geometry) of the text object.
Inherited Members
Namespace: TMPro
Assembly: solution.dll
Syntax
public struct TMP_MeshInfo
Constructors
Name | Description |
---|---|
TMP_Mesh |
Function to pre-allocate vertex attributes for a mesh of size X. |
TMP_Mesh |
Function to pre-allocate vertex attributes for a mesh of size X. |
Fields
Methods
Name | Description |
---|---|
Clear() | Function to clear the vertices while preserving the Triangles, Normals and Tangents. |
Clear(bool) | Function to clear the vertices while preserving the Triangles, Normals and Tangents. |
Clear |
Function to clear the vertices while preserving the Triangles, Normals and Tangents. |
Clear |
Function used to mark unused vertices as degenerate. |
Clear |
Function used to mark unused vertices as degenerate an upload resulting data to the mesh. |
Resize |
Function to resized the content of MeshData and re-assign normals, tangents and triangles. |
Resize |
Function to resized the content of MeshData and re-assign normals, tangents and triangles. |
Sort |
Function to rearrange the quads of the text object to change their rendering order. |
Sort |
|
Swap |
Method to swap the vertex attributes between src and dst quads. |