TextMesh
The renderable geometry produced by the Advanced Text Generator for a piece of text.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.TextCore.Generation
- Assembly: UnityEngine.TextCoreTextEngineModule
public struct TextMesh
Fields
Value | 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. |
Methods
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. |