Version: 5.5

TextGenerator.PopulateWithErrors

Cambiar al Manual
public bool PopulateWithErrors (string str, TextGenerationSettings settings, GameObject context);

Parámetros

str String a generar.
settings Generation settings.
context The object used as context of the error log message, if necessary.

Valor de retorno

bool True if the generation is a success, false otherwise.

Descripción

Generará los vértices y otros datos para el string dado con la configuración dada.

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