Show / Hide Table of Contents

Struct TMP_CharacterInfo

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public struct TMP_CharacterInfo

Fields

| Edit this page View Source

ascender

Declaration
public float ascender
Field Value
Type Description
float
| Edit this page View Source

aspectRatio

Declaration
public float aspectRatio
Field Value
Type Description
float
| Edit this page View Source

baseLine

Declaration
public float baseLine
Field Value
Type Description
float
| Edit this page View Source

bottomLeft

Declaration
public Vector3 bottomLeft
Field Value
Type Description
Vector3
| Edit this page View Source

bottomRight

Declaration
public Vector3 bottomRight
Field Value
Type Description
Vector3
| Edit this page View Source

character

Declaration
public char character
Field Value
Type Description
char
| Edit this page View Source

color

Declaration
public Color32 color
Field Value
Type Description
Color32
| Edit this page View Source

descender

Declaration
public float descender
Field Value
Type Description
float
| Edit this page View Source

elementType

Declaration
public TMP_TextElementType elementType
Field Value
Type Description
TMP_TextElementType
| Edit this page View Source

fontAsset

Declaration
public TMP_FontAsset fontAsset
Field Value
Type Description
TMP_FontAsset
| Edit this page View Source

highlightColor

Declaration
public Color32 highlightColor
Field Value
Type Description
Color32
| Edit this page View Source

index

Declaration
public short index
Field Value
Type Description
short
| Edit this page View Source

isUsingAlternateTypeface

Declaration
public bool isUsingAlternateTypeface
Field Value
Type Description
bool
| Edit this page View Source

isVisible

Declaration
public bool isVisible
Field Value
Type Description
bool
| Edit this page View Source

lineNumber

Declaration
public short lineNumber
Field Value
Type Description
short
| Edit this page View Source

material

Declaration
public Material material
Field Value
Type Description
Material
| Edit this page View Source

materialReferenceIndex

Declaration
public int materialReferenceIndex
Field Value
Type Description
int
| Edit this page View Source

origin

Declaration
public float origin
Field Value
Type Description
float
| Edit this page View Source

pageNumber

Declaration
public short pageNumber
Field Value
Type Description
short
| Edit this page View Source

pointSize

Declaration
public float pointSize
Field Value
Type Description
float
| Edit this page View Source

scale

Declaration
public float scale
Field Value
Type Description
float
| Edit this page View Source

spriteAsset

Declaration
public TMP_SpriteAsset spriteAsset
Field Value
Type Description
TMP_SpriteAsset
| Edit this page View Source

spriteIndex

Declaration
public int spriteIndex
Field Value
Type Description
int
| Edit this page View Source

strikethroughColor

Declaration
public Color32 strikethroughColor
Field Value
Type Description
Color32
| Edit this page View Source

style

Declaration
public FontStyles style
Field Value
Type Description
FontStyles
| Edit this page View Source

textElement

Declaration
public TMP_TextElement textElement
Field Value
Type Description
TMP_TextElement
| Edit this page View Source

topLeft

Declaration
public Vector3 topLeft
Field Value
Type Description
Vector3
| Edit this page View Source

topRight

Declaration
public Vector3 topRight
Field Value
Type Description
Vector3
| Edit this page View Source

underlineColor

Declaration
public Color32 underlineColor
Field Value
Type Description
Color32
| Edit this page View Source

vertexIndex

Declaration
public int vertexIndex
Field Value
Type Description
int
| Edit this page View Source

vertex_BL

Declaration
public TMP_Vertex vertex_BL
Field Value
Type Description
TMP_Vertex
| Edit this page View Source

vertex_BR

Declaration
public TMP_Vertex vertex_BR
Field Value
Type Description
TMP_Vertex
| Edit this page View Source

vertex_TL

Declaration
public TMP_Vertex vertex_TL
Field Value
Type Description
TMP_Vertex
| Edit this page View Source

vertex_TR

Declaration
public TMP_Vertex vertex_TR
Field Value
Type Description
TMP_Vertex
| Edit this page View Source

xAdvance

Declaration
public float xAdvance
Field Value
Type Description
float

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾