Class TMP_TextInfo
Class which contains information about every element contained within the text object.
Inherited Members
Namespace: TMPro
Assembly: solution.dll
Syntax
[Serializable]
public class TMP_TextInfo
Constructors
Name | Description |
---|---|
TMP_Text |
|
TMP_Text |
Fields
Name | Description |
---|---|
character |
|
character |
|
line |
|
line |
|
link |
|
link |
|
material |
|
mesh |
|
page |
|
page |
|
space |
|
sprite |
|
text |
|
word |
|
word |
Methods
Name | Description |
---|---|
Clear() | Function to clear the counters of the text object. |
Clear |
Function to clear the content of all the MeshInfo arrays while preserving their Triangles, Normals and Tangents. |
Clear |
Function to clear and initialize the lineInfo array. |
Clear |
Function to clear the content of the MeshInfo array while preserving the Triangles, Normals and Tangents. |
Clear |
Function used to mark unused vertices as degenerate. |
Copy |
Function to copy the MeshInfo Arrays and their primary vertex data content. |
Reset |
|
Resize<T>(ref T[], int) | Function to resize any of the structure contained in the TMP_TextInfo class. |
Resize<T>(ref T[], int, bool) | Function to resize any of the structure contained in the TMP_TextInfo class. |