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.

TextGenerator.Populate

public function Populate(str: string, settings: TextGenerationSettings): bool;

Parameters

str String to generate.
settings Settings.

Description

Will generate the vertices and other data for the given string with the given settings.

Will only regenrate if the string AND settings are differernt from the last execution.