Table of Contents
Extensions for NK_TextMeshProUGuis
public static class NK_TextMeshProUGUIExt
Inheritance System.Object NK_TextMeshProUGUIExt
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