Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextMesh

The renderable geometry produced by the Advanced Text Generator for a piece of text.
Read time 1 minuteLast updated 6 days ago

Definition

public struct TextMesh

Fields

Value

Description

isElidedWhether the text was truncated to fit the layout area.
materialsThe material of each sub-mesh, in sub-mesh order, ready to assign to the renderer that draws the filled mesh.
sizeThe rendered size of the text, in pixels.

Methods

Method

Description

FillMeshFills the mesh with the generated geometry, one sub-mesh per material.
ToUIVerticesFlattens every sub-mesh into a single list of vertices, for consumers of UIVertex geometry such as custom UI Graphics.