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

パラメーター

m UI データを追加するためのメッシュ
vh VertexHelper ユーティリティー

説明

UI 要素が頂点を生成する必要があるときのコールバック関数

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