Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

IVertexModifier.ModifyVertices

Switch to Manual
public function ModifyVertices(verts: List<UIVertex>): void;

Parameters

vertsTo modify.

Description

Call used to modify vertices.

Place any custom vertex processing in this function.