Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

UI.IVertexModifier.ModifyVertices

public void ModifyVertices(List<UIVertex> verts);

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.