Version: 2017.3

TextGenerationSettings

struct in UnityEngine

Cambiar al Manual

Descripción

A struct that stores the settings for TextGeneration.

Variables

alignByGeometryUtilice la extensión de la geometría de glifo para llevar a cabo la alineación horizontal en lugar de las medidas del glifo.
colorThe base color for the text generation.
fontFont to use for generation.
fontSizeFont size.
fontStyleFont style.
generateOutOfBoundsContinue to generate characters even if the text runs out of bounds.
generationExtentsExtents that the generator will attempt to fit the text in.
horizontalOverflowWhat happens to text when it reaches the horizontal generation bounds.
lineSpacingThe line spacing multiplier.
pivotGenerated vertices are offset by the pivot.
resizeTextForBestFitShould the text be resized to fit the configured bounds?
resizeTextMaxSizeMaximum size for resized text.
resizeTextMinSizeMinimum size for resized text.
richTextAllow rich text markup in generation.
scaleFactorA scale factor for the text. This is useful if the Text is on a Canvas and the canvas is scaled.
textAnchorHow is the generated text anchored.
updateBoundsShould the text generator update the bounds from the generated text.
verticalOverflowWhat happens to text when it reaches the bottom generation bounds.