Table of Contents
Extensions for NK_TextMeshProUGuis
public static class NK_TextMeshProUGUIExt
Inheritance System.Object NK_TextMeshProUGUIExt
Enables or disables auto sizing for this Il2Cpp.NK_TextMeshProUGUI component
public static void EnableAutoSizing(this NK_TextMeshProUGUI text, bool enabled);
text
Il2Cpp.NK_TextMeshProUGUI
enabled
System.Boolean
Enables auto sizing for this Il2Cpp.NK_TextMeshProUGUI component
public static void EnableAutoSizing(this NK_TextMeshProUGUI text, float fontSizeMax, float fontSizeMin);
text
Il2Cpp.NK_TextMeshProUGUI
fontSizeMax
System.Single
fontSizeMin
System.Single
Enables auto sizing for this Il2Cpp.NK_TextMeshProUGUI component
public static void EnableAutoSizing(this NK_TextMeshProUGUI text, float fontSizeMax);
text
Il2Cpp.NK_TextMeshProUGUI
fontSizeMax
System.Single
Enables auto sizing for this Il2Cpp.NK_TextMeshProUGUI component
public static void EnableAutoSizing(this NK_TextMeshProUGUI text);
text
Il2Cpp.NK_TextMeshProUGUI
Gets the localized text for the component
public static string GetText(this NK_TextMeshProUGUI text);
text
Il2Cpp.NK_TextMeshProUGUI
Changes the text in the localization manager for this component
public static void SetText(this NK_TextMeshProUGUI text, string localizeKey, string value);
text
Il2Cpp.NK_TextMeshProUGUI
localizeKey
System.String
value
System.String