Struct TMP_WordInfo
Structure containing information about the individual words contained in the text object.
Namespace: TMPro
Syntax
public struct TMP_WordInfo
Fields
characterCount
Declaration
public int characterCount
Field Value
firstCharacterIndex
Declaration
public int firstCharacterIndex
Field Value
lastCharacterIndex
Declaration
public int lastCharacterIndex
Field Value
textComponent
Declaration
public TMP_Text textComponent
Field Value
Methods
GetWord()
Returns the word as a string.
Declaration
Returns