Show / Hide Table of Contents

Class TMPro_EventManager

Inheritance
object
TMPro_EventManager
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
public static class TMPro_EventManager

Fields

| Edit this page View Source

COLOR_GRADIENT_PROPERTY_EVENT

Declaration
public static readonly FastAction<TMP_ColorGradient> COLOR_GRADIENT_PROPERTY_EVENT
Field Value
Type Description
FastAction<TMP_ColorGradient>
| Edit this page View Source

COMPUTE_DT_EVENT

Declaration
public static readonly FastAction<object, Compute_DT_EventArgs> COMPUTE_DT_EVENT
Field Value
Type Description
FastAction<object, Compute_DT_EventArgs>
| Edit this page View Source

DRAG_AND_DROP_MATERIAL_EVENT

Declaration
public static readonly FastAction<GameObject, Material, Material> DRAG_AND_DROP_MATERIAL_EVENT
Field Value
Type Description
FastAction<GameObject, Material, Material>
| Edit this page View Source

FONT_PROPERTY_EVENT

Declaration
public static readonly FastAction<bool, TMP_FontAsset> FONT_PROPERTY_EVENT
Field Value
Type Description
FastAction<bool, TMP_FontAsset>
| Edit this page View Source

MATERIAL_PROPERTY_EVENT

Declaration
public static readonly FastAction<bool, Material> MATERIAL_PROPERTY_EVENT
Field Value
Type Description
FastAction<bool, Material>
| Edit this page View Source

OnPreRenderObject_Event

Declaration
public static readonly FastAction OnPreRenderObject_Event
Field Value
Type Description
FastAction
| Edit this page View Source

SPRITE_ASSET_PROPERTY_EVENT

Declaration
public static readonly FastAction<bool, Object> SPRITE_ASSET_PROPERTY_EVENT
Field Value
Type Description
FastAction<bool, Object>
| Edit this page View Source

TEXTMESHPRO_PROPERTY_EVENT

Declaration
public static readonly FastAction<bool, TextMeshPro> TEXTMESHPRO_PROPERTY_EVENT
Field Value
Type Description
FastAction<bool, TextMeshPro>
| Edit this page View Source

TEXTMESHPRO_UGUI_PROPERTY_EVENT

Declaration
public static readonly FastAction<bool, TextMeshProUGUI> TEXTMESHPRO_UGUI_PROPERTY_EVENT
Field Value
Type Description
FastAction<bool, TextMeshProUGUI>
| Edit this page View Source

TEXT_CHANGED_EVENT

Declaration
public static readonly FastAction<Object> TEXT_CHANGED_EVENT
Field Value
Type Description
FastAction<Object>
| Edit this page View Source

TEXT_STYLE_PROPERTY_EVENT

Declaration
public static readonly FastAction<bool> TEXT_STYLE_PROPERTY_EVENT
Field Value
Type Description
FastAction<bool>
| Edit this page View Source

TMP_SETTINGS_PROPERTY_EVENT

Declaration
public static readonly FastAction TMP_SETTINGS_PROPERTY_EVENT
Field Value
Type Description
FastAction

Methods

| Edit this page View Source

ON_COLOR_GRAIDENT_PROPERTY_CHANGED(TMP_ColorGradient)

Declaration
public static void ON_COLOR_GRAIDENT_PROPERTY_CHANGED(TMP_ColorGradient gradient)
Parameters
Type Name Description
TMP_ColorGradient gradient
| Edit this page View Source

ON_COMPUTE_DT_EVENT(object, Compute_DT_EventArgs)

Declaration
public static void ON_COMPUTE_DT_EVENT(object Sender, Compute_DT_EventArgs e)
Parameters
Type Name Description
object Sender
Compute_DT_EventArgs e
| Edit this page View Source

ON_DRAG_AND_DROP_MATERIAL_CHANGED(GameObject, Material, Material)

Declaration
public static void ON_DRAG_AND_DROP_MATERIAL_CHANGED(GameObject sender, Material currentMaterial, Material newMaterial)
Parameters
Type Name Description
GameObject sender
Material currentMaterial
Material newMaterial
| Edit this page View Source

ON_FONT_PROPERTY_CHANGED(bool, TMP_FontAsset)

Declaration
public static void ON_FONT_PROPERTY_CHANGED(bool isChanged, TMP_FontAsset font)
Parameters
Type Name Description
bool isChanged
TMP_FontAsset font
| Edit this page View Source

ON_MATERIAL_PROPERTY_CHANGED(bool, Material)

Declaration
public static void ON_MATERIAL_PROPERTY_CHANGED(bool isChanged, Material mat)
Parameters
Type Name Description
bool isChanged
Material mat
| Edit this page View Source

ON_PRE_RENDER_OBJECT_CHANGED()

Declaration
public static void ON_PRE_RENDER_OBJECT_CHANGED()
| Edit this page View Source

ON_SPRITE_ASSET_PROPERTY_CHANGED(bool, Object)

Declaration
public static void ON_SPRITE_ASSET_PROPERTY_CHANGED(bool isChanged, Object obj)
Parameters
Type Name Description
bool isChanged
Object obj
| Edit this page View Source

ON_TEXTMESHPRO_PROPERTY_CHANGED(bool, TextMeshPro)

Declaration
public static void ON_TEXTMESHPRO_PROPERTY_CHANGED(bool isChanged, TextMeshPro obj)
Parameters
Type Name Description
bool isChanged
TextMeshPro obj
| Edit this page View Source

ON_TEXTMESHPRO_UGUI_PROPERTY_CHANGED(bool, TextMeshProUGUI)

Declaration
public static void ON_TEXTMESHPRO_UGUI_PROPERTY_CHANGED(bool isChanged, TextMeshProUGUI obj)
Parameters
Type Name Description
bool isChanged
TextMeshProUGUI obj
| Edit this page View Source

ON_TEXT_CHANGED(Object)

Declaration
public static void ON_TEXT_CHANGED(Object obj)
Parameters
Type Name Description
Object obj
| Edit this page View Source

ON_TEXT_STYLE_PROPERTY_CHANGED(bool)

Declaration
public static void ON_TEXT_STYLE_PROPERTY_CHANGED(bool isChanged)
Parameters
Type Name Description
bool isChanged
| Edit this page View Source

ON_TMP_SETTINGS_CHANGED()

Declaration
public static void ON_TMP_SETTINGS_CHANGED()
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾