ScaleMeshEffect.ModifyMesh(VertexHelper) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.