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

Populate(str: string, settings: TextGenerationSettings): bool;
bool Populate(string str, TextGenerationSettings settings);
def Populate(str as string, settings as TextGenerationSettings) as bool

Parameters

strString to generate.
settingsSettings.

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.