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
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public Action<TextElement.GlyphsEnumerable> PostProcessTextVertices { get; set; }