Legacy Documentation: Version 4.6(go to latest)
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 function ModifyVertices(verts: List<UIVertex>): 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.