Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
TMPro.TMP_WordInfo Struct Reference

Structure containing information about the individual words contained in the text object. More...

Public Member Functions

string GetWord ()
 Returns the word as a string. More...
 

Public Attributes

int characterCount
 
int firstCharacterIndex
 
int lastCharacterIndex
 
TMP_Text textComponent
 

Detailed Description

Structure containing information about the individual words contained in the text object.

Member Function Documentation

string TMPro.TMP_WordInfo.GetWord ( )
inline

Returns the word as a string.

Returns

Member Data Documentation

int TMPro.TMP_WordInfo.characterCount
int TMPro.TMP_WordInfo.firstCharacterIndex
int TMPro.TMP_WordInfo.lastCharacterIndex
TMP_Text TMPro.TMP_WordInfo.textComponent

The documentation for this struct was generated from the following file: