Class TMP_Style
Namespace: TMPro
Syntax
public class TMP_Style : object
Properties
hashCode
The hash code corresponding to the name of this style.
Declaration
public int hashCode { get; set; }
Property Value
name
Declaration
public string name { get; set; }
Property Value
NormalStyle
Declaration
public static TMP_Style NormalStyle { get; }
Property Value
styleClosingDefinition
Declaration
public string styleClosingDefinition { get; }
Property Value
styleClosingTagArray
Declaration
public uint[] styleClosingTagArray { get; }
Property Value
styleOpeningDefinition
Declaration
public string styleOpeningDefinition { get; }
Property Value
styleOpeningTagArray
Declaration
public uint[] styleOpeningTagArray { get; }
Property Value
Methods
RefreshStyle()
Declaration
public void RefreshStyle()