Skip to Main Content

BTD_Mod_Helper​.Extensions​.NK_TextMeshProUGUIExt


BloonsTD6 Mod Helper

BTD_Mod_Helper.Extensions

NK_TextMeshProUGUIExt Class

Extensions for NK_TextMeshProUGuis

public static class NK_TextMeshProUGUIExt

Inheritance System.Object  NK_TextMeshProUGUIExt

Methods

NK_TextMeshProUGUIExt.EnableAutoSizing(this NK_TextMeshProUGUI, bool) Method

Enables or disables auto sizing for this Il2Cpp.NK_TextMeshProUGUI component

public static void EnableAutoSizing(this NK_TextMeshProUGUI text, bool enabled);

Parameters

text Il2Cpp.NK_TextMeshProUGUI

enabled System.Boolean

NK_TextMeshProUGUIExt.EnableAutoSizing(this NK_TextMeshProUGUI, float, float) Method

Enables auto sizing for this Il2Cpp.NK_TextMeshProUGUI component

public static void EnableAutoSizing(this NK_TextMeshProUGUI text, float fontSizeMax, float fontSizeMin);

Parameters

text Il2Cpp.NK_TextMeshProUGUI

fontSizeMax System.Single

fontSizeMin System.Single

NK_TextMeshProUGUIExt.EnableAutoSizing(this NK_TextMeshProUGUI, float) Method

Enables auto sizing for this Il2Cpp.NK_TextMeshProUGUI component

public static void EnableAutoSizing(this NK_TextMeshProUGUI text, float fontSizeMax);

Parameters

text Il2Cpp.NK_TextMeshProUGUI

fontSizeMax System.Single

NK_TextMeshProUGUIExt.EnableAutoSizing(this NK_TextMeshProUGUI) Method

Enables auto sizing for this Il2Cpp.NK_TextMeshProUGUI component

public static void EnableAutoSizing(this NK_TextMeshProUGUI text);

Parameters

text Il2Cpp.NK_TextMeshProUGUI

NK_TextMeshProUGUIExt.GetText(this NK_TextMeshProUGUI) Method

Gets the localized text for the component

public static string GetText(this NK_TextMeshProUGUI text);

Parameters

text Il2Cpp.NK_TextMeshProUGUI

Returns

System.String

NK_TextMeshProUGUIExt.SetText(this NK_TextMeshProUGUI, string, string) Method

Changes the text in the localization manager for this component

public static void SetText(this NK_TextMeshProUGUI text, string localizeKey, string value);

Parameters

text Il2Cpp.NK_TextMeshProUGUI

localizeKey System.String

value System.String

To learn how to download BTD Mod Helper and install mods, click here