The renderable geometry produced by the Advanced Text Generator for a piece of text.
| Property | Description |
|---|---|
| isElided | Whether the text was truncated to fit the layout area. |
| materials | The material of each sub-mesh, in sub-mesh order, ready to assign to the renderer that draws the filled mesh. |
| size | The rendered size of the text, in pixels. |
| Method | Description |
|---|---|
| FillMesh | Fills the mesh with the generated geometry, one sub-mesh per material. |
| ToUIVertices | Flattens every sub-mesh into a single list of vertices, for consumers of UIVertex geometry such as custom UI Graphics. |