Class TMP_Style
Namespace: TMPro
Syntax
[Serializable]
public class TMP_Style
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
styleClosingDefinition
Declaration
public string styleClosingDefinition { get; }
Property Value
styleClosingTagArray
Declaration
public int[] styleClosingTagArray { get; }
Property Value
styleOpeningDefinition
Declaration
public string styleOpeningDefinition { get; }
Property Value
styleOpeningTagArray
Declaration
public int[] styleOpeningTagArray { get; }
Property Value
Methods
RefreshStyle()
Declaration
public void RefreshStyle()