Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
public function ModifyVertices(verts:
List<UIVertex>):
void;
public void ModifyVertices(List<UIVertex> verts);
public
def ModifyVertices(verts as List<UIVertex>)
as void
Parameters
verts
To modify.
Description
Call used to modify vertices.
Place any custom vertex processing in this function. It will be called after a graphic has generated the default verticies and they can then be further modified.