Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

TextGenerator.GetVerts

GetVerts(verts: UIVertex[]): int;
int GetVerts(UIVertex[] verts);
def GetVerts(verts as UIVertex[]) as int

Parameters

vertsArray to populate.

Description

Populate the given array with UIVertex.

Returns the number populated. Population will be the minimum of the array argument and the generated count.