Version: Unity 6.7 Beta (6000.7)
LanguageEnglish
  • C#

TextMesh

struct in UnityEngine.TextCore.Generation

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The renderable geometry produced by the Advanced Text Generator for a piece of text.

Properties

Property 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.

Public 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.