Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

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

Obsolete
Use OnPopulateMesh(VertexHelper vh) instead.

Graphic.OnPopulateMesh

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.