GenerateText(TextGenerationSettings)
Generates the renderable geometry for the given settings.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.TextCore.Generation
- Assembly: UnityEngine.TextCoreTextEngineModule
public static TextMesh GenerateText(TextGenerationSettings settings)
Parameters
The description of the text and layout to generate.
Returns
Type | Description |
|---|---|
| TextMesh | The generated geometry; fill a Mesh with TextMesh.FillMesh and render its sub-meshes with _materials. |