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.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