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_LinkInfo Struct Reference

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

Public Member Functions

string GetLinkID ()
 Function which returns the link ID as a string. More...
 
string GetLinkText ()
 Function which returns the text contained in a link. More...
 

Public Attributes

int hashCode
 
int linkIdFirstCharacterIndex
 
int linkIdLength
 
int linkTextfirstCharacterIndex
 
int linkTextLength
 
TMP_Text textComponent
 

Detailed Description

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

Member Function Documentation

string TMPro.TMP_LinkInfo.GetLinkID ( )
inline

Function which returns the link ID as a string.

Parameters
textThe source input text.
Returns
string TMPro.TMP_LinkInfo.GetLinkText ( )
inline

Function which returns the text contained in a link.

Parameters
textInfo
Returns

Member Data Documentation

int TMPro.TMP_LinkInfo.hashCode
int TMPro.TMP_LinkInfo.linkIdFirstCharacterIndex
int TMPro.TMP_LinkInfo.linkIdLength
int TMPro.TMP_LinkInfo.linkTextfirstCharacterIndex
int TMPro.TMP_LinkInfo.linkTextLength
TMP_Text TMPro.TMP_LinkInfo.textComponent

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