Share via


CanvasElementBeveledRect.OnPopulateMesh(VertexHelper) Method

Definition

When the mesh changes, rebuilds the vertices.

protected override void OnPopulateMesh (UnityEngine.UI.VertexHelper vh);
override this.OnPopulateMesh : UnityEngine.UI.VertexHelper -> unit
Protected Overrides Sub OnPopulateMesh (vh As VertexHelper)

Parameters

vh
UnityEngine.UI.VertexHelper

Vertex stream to populate.

Applies to