Class TMP_StyleSheet
Inheritance
Object
ScriptableObject
TMP_StyleSheet
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Namespace: TMPro
Assembly: HollowKnight.dll
Syntax
[Serializable]
public class TMP_StyleSheet : ScriptableObject
Properties
|
Edit this page
View Source
instance
Declaration
public static TMP_StyleSheet instance { get; }
Property Value
Methods
|
Edit this page
View Source
GetStyle(int)
Declaration
public static TMP_Style GetStyle(int hashCode)
Parameters
Type |
Name |
Description |
int |
hashCode |
|
Returns
|
Edit this page
View Source
LoadDefaultStyleSheet()
Declaration
public static TMP_StyleSheet LoadDefaultStyleSheet()
Returns
|
Edit this page
View Source
RefreshStyles()
Declaration
public static void RefreshStyles()
|
Edit this page
View Source
UpdateStyleDictionaryKey(int, int)
Declaration
public void UpdateStyleDictionaryKey(int old_key, int new_key)
Parameters
Type |
Name |
Description |
int |
old_key |
|
int |
new_key |
|
Extension Methods