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

Public Member Functions

void RefreshStyle ()
 Function to update the content of the int[] resulting from changes to OpeningDefinition & ClosingDefinition. More...
 

Properties

int hashCode [get, set]
 The hash code corresponding to the name of this style. More...
 
string name [get, set]
 The name identifying this style. ex. <style="name">. More...
 
string styleClosingDefinition [get]
 The closing definition of the style. ex. </u>. More...
 
int[] styleClosingTagArray [get]
 
string styleOpeningDefinition [get]
 The initial definition of the style. ex. <u>. More...
 
int[] styleOpeningTagArray [get]
 

Member Function Documentation

void TMPro.TMP_Style.RefreshStyle ( )
inline

Function to update the content of the int[] resulting from changes to OpeningDefinition & ClosingDefinition.

Property Documentation

int TMPro.TMP_Style.hashCode
getset

The hash code corresponding to the name of this style.

string TMPro.TMP_Style.name
getset

The name identifying this style. ex. <style="name">.

string TMPro.TMP_Style.styleClosingDefinition
get

The closing definition of the style. ex. </u>.

int [] TMPro.TMP_Style.styleClosingTagArray
get
string TMPro.TMP_Style.styleOpeningDefinition
get

The initial definition of the style. ex. <u>.

int [] TMPro.TMP_Style.styleOpeningTagArray
get

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