terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
bool | Equals (TextGenerationSettings other) |
Public Attributes | |
Font | font |
Color | color |
int | fontSize |
float | lineSpacing |
bool | richText |
float | scaleFactor |
FontStyle | fontStyle |
TextAnchor | textAnchor |
bool | alignByGeometry |
bool | resizeTextForBestFit |
int | resizeTextMinSize |
int | resizeTextMaxSize |
bool | updateBounds |
VerticalWrapMode | verticalOverflow |
HorizontalWrapMode | horizontalOverflow |
Vector2 | generationExtents |
Vector2 | pivot |
bool | generateOutOfBounds |
Private Member Functions | |
bool | CompareColors (Color left, Color right) |
bool | CompareVector2 (Vector2 left, Vector2 right) |
Definition at line 8 of file TextGenerationSettings.cs.