Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

TextGenerationSettings

struct in UnityEngine

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

A struct that stores the settings for TextGeneration.

Variables

alignByGeometryUse the extents of glyph geometry to perform horizontal alignment rather than glyph metrics.
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.