ScaleMeshEffect.ModifyMesh(VertexHelper) Method

Definition

Stores scaling information into UV channel attributes during UI mesh construction.

public:
 override void ModifyMesh(UnityEngine::UI::VertexHelper ^ vh);
public override void ModifyMesh (UnityEngine.UI.VertexHelper vh);
override this.ModifyMesh : UnityEngine.UI.VertexHelper -> unit
Public Overrides Sub ModifyMesh (vh As VertexHelper)

Parameters

vh
UnityEngine.UI.VertexHelper

The vertex helper to populate with new vertex data.

Applies to