Constructor NuiText
NuiText(NuiProperty<string>)
A non-editable text field. Supports multiple lines and has a skinned border and a scrollbar if needed.
[JsonConstructor]
public NuiText(NuiProperty<string> text)
Parameters
textNuiProperty<string>
A non-editable text field. Supports multiple lines and has a skinned border and a scrollbar if needed.
[JsonConstructor]
public NuiText(NuiProperty<string> text)
text NuiProperty<string>