Struct TextGenerationSettings
Assembly: UnityEngine.dll
Syntax
public struct TextGenerationSettings
Fields
|
Improve this Doc
View Source
alignByGeometry
Declaration
public bool alignByGeometry
Field Value
|
Improve this Doc
View Source
color
Declaration
Field Value
|
Improve this Doc
View Source
font
Declaration
Field Value
|
Improve this Doc
View Source
fontSize
Declaration
Field Value
|
Improve this Doc
View Source
fontStyle
Declaration
public FontStyle fontStyle
Field Value
|
Improve this Doc
View Source
generateOutOfBounds
Declaration
public bool generateOutOfBounds
Field Value
|
Improve this Doc
View Source
generationExtents
Declaration
public Vector2 generationExtents
Field Value
|
Improve this Doc
View Source
horizontalOverflow
Declaration
public HorizontalWrapMode horizontalOverflow
Field Value
|
Improve this Doc
View Source
lineSpacing
Declaration
Field Value
|
Improve this Doc
View Source
pivot
Declaration
Field Value
|
Improve this Doc
View Source
resizeTextForBestFit
Declaration
public bool resizeTextForBestFit
Field Value
|
Improve this Doc
View Source
resizeTextMaxSize
Declaration
public int resizeTextMaxSize
Field Value
|
Improve this Doc
View Source
resizeTextMinSize
Declaration
public int resizeTextMinSize
Field Value
|
Improve this Doc
View Source
richText
Declaration
Field Value
|
Improve this Doc
View Source
scaleFactor
Declaration
Field Value
|
Improve this Doc
View Source
textAnchor
Declaration
public TextAnchor textAnchor
Field Value
|
Improve this Doc
View Source
updateBounds
Declaration
Field Value
|
Improve this Doc
View Source
verticalOverflow
Declaration
public VerticalWrapMode verticalOverflow
Field Value
Methods
|
Improve this Doc
View Source
Equals(TextGenerationSettings)
Declaration
public bool Equals(TextGenerationSettings other)
Parameters
Returns
Extension Methods