A NUI property that can be configured as a static readonly value, or a property that can be updated at runtime.
More...
|
static NuiBind< T > | CreateBind (string key) |
| Creates a Nui variable binding that can be changed at runtime. More...
|
|
static NuiValue< T > | CreateValue (T value) |
| Creates a readonly Nui variable that cannot be changed at runtime. More...
|
|
static implicit | operator NuiProperty< T > (T value) |
|
A NUI property that can be configured as a static readonly value, or a property that can be updated at runtime.
- Template Parameters
-
T | The underlying type of the property. |
◆ CreateBind()
Creates a Nui variable binding that can be changed at runtime.
- Parameters
-
key | The key to use for the binding. |
- Returns
- A NuiBind object.
◆ CreateValue()
Creates a readonly Nui variable that cannot be changed at runtime.
- Parameters
-
- Returns
The documentation for this class was generated from the following file:
- NWN.Anvil/src/main/API/Nui/Bindings/NuiProperty.cs