Anvil
|
A readonly NUI property value that cannot be changed at runtime. More...
Public Member Functions | |
NuiValue (T value) | |
Static Public Member Functions | |
static implicit | operator T? (NuiValue< T >? value) |
Static Public Member Functions inherited from Anvil.API.NuiProperty< T > | |
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) |
Properties | |
T? | Value [get] |
Gets the value of this property. More... | |
A readonly NUI property value that cannot be changed at runtime.
T | The type of value being assigned. |
|
get |
Gets the value of this property.