SetTextLabelSeethrough
Sets the capacity to see the text label through items and walls.
C# Syntax
void NAPI.TextLabel.SetTextLabelSeethrough(NetHandle label, bool seethrough);
Parameters
- label: parameter input should be in NetHandle type
- seethrough: parameter input should be in bool type
Example
// Code here...