Class NuiValueStrRef
A readonly NUI property value for localized strings (StrRef) that cannot be changed at runtime.
[JsonConverter(typeof(NuiValueStrRefConverter))]
public sealed class NuiValueStrRef : NuiProperty<string>
- Inheritance
-
NuiValueStrRef
- Inherited Members
- Extension Methods
Constructors
Properties
- Value
Gets the value of this property.
Operators
- implicit operator StrRef?(NuiValueStrRef?)
Implicitly converts a readonly StrRef NUI property to its underlying value.