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.GetCharacters

GetCharacters(characters: UICharInfo[]): int;
int GetCharacters(UICharInfo[] characters);
def GetCharacters(characters as UICharInfo[]) as int

Parameters

charactersArray to populate.

Description

Populate the given array with UICharInfo.

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