Class NuiProperty<T>
A NUI property that can be configured as a static readonly value, or a property that can be updated at runtime.
public abstract class NuiProperty<T>
Type Parameters
TThe underlying type of the property.
- Inheritance
-
NuiProperty<T>
- Inherited Members
- Extension Methods
Methods
- CreateBind(string)
Creates a Nui variable binding that can be changed at runtime.
- CreateValue(T)
Creates a readonly NUI variable that cannot be changed at runtime.
Operators
- implicit operator NuiProperty<T>(T)
Implicitly converts a value to a readonly NUI property.