SetTextLabelText
Внешний вид
Sets the text for the given text label.
<syntaxhighlight lang="csharp">void NAPI.TextLabel.SetTextLabelText(NetHandle label, string newText);</syntaxhighlight>
Parameters
- label: parameter input should be in NetHandle type
- newText: parameter input should be in string type
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>