Class TMP_Style
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
[Serializable]
public class TMP_Style
Properties
|
Edit this page
View Source
hashCode
Declaration
public int hashCode { get; set; }
Property Value
|
Edit this page
View Source
name
Declaration
public string name { get; set; }
Property Value
|
Edit this page
View Source
styleClosingDefinition
Declaration
public string styleClosingDefinition { get; }
Property Value
|
Edit this page
View Source
styleClosingTagArray
Declaration
public int[] styleClosingTagArray { get; }
Property Value
|
Edit this page
View Source
styleOpeningDefinition
Declaration
public string styleOpeningDefinition { get; }
Property Value
|
Edit this page
View Source
styleOpeningTagArray
Declaration
public int[] styleOpeningTagArray { get; }
Property Value
Methods
|
Edit this page
View Source
RefreshStyle()
Declaration
public void RefreshStyle()
Extension Methods