Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Graphic.OnPopulateMesh

Obsolete protected void OnPopulateMesh(Mesh m);
protected void OnPopulateMesh(UI.VertexHelper vh);

Parameters

m Mesh to populate with UI data.
vh VertexHelper utility.

Description

Callback function when a UI element needs to generate vertices.

Used by Text, Image, and RawImage for example to generate vertices specific to their use case.