Show / Hide Table of Contents

Class TMP_Style

Inheritance
object
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
Type Description
int
| Edit this page View Source

name

Declaration
public string name { get; set; }
Property Value
Type Description
string
| Edit this page View Source

styleClosingDefinition

Declaration
public string styleClosingDefinition { get; }
Property Value
Type Description
string
| Edit this page View Source

styleClosingTagArray

Declaration
public int[] styleClosingTagArray { get; }
Property Value
Type Description
int[]
| Edit this page View Source

styleOpeningDefinition

Declaration
public string styleOpeningDefinition { get; }
Property Value
Type Description
string
| Edit this page View Source

styleOpeningTagArray

Declaration
public int[] styleOpeningTagArray { get; }
Property Value
Type Description
int[]

Methods

| Edit this page View Source

RefreshStyle()

Declaration
public void RefreshStyle()

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾