Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PostProcessTextVertices

Callback fired after UI Toolkit has generated the vertex data for a TextElement and before the geometry is sent to the renderer. Use it to inspect or modify each glyph’s quad (position, tint, UVs, etc.) to implement custom per‑glyph effects.
Read time 1 minuteLast updated 12 days ago

Definition

public Action<TextElement.GlyphsEnumerable> PostProcessTextVertices { get; set; }