This version of Unity is unsupported.

Graphic.OnPopulateMesh

Obsolete Use OnPopulateMesh(VertexHelper vh) instead.

Declaration

protected void OnPopulateMesh(Mesh m);

Declaration

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.