Anvil
Anvil.API.NuiValue< T > Class Template Reference

A readonly NUI property value that cannot be changed at runtime. More...

+ Inheritance diagram for Anvil.API.NuiValue< T >:
+ Collaboration diagram for Anvil.API.NuiValue< T >:

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...
 

Detailed Description

A readonly NUI property value that cannot be changed at runtime.

Template Parameters
TThe type of value being assigned.

Property Documentation

◆ Value

T? Anvil.API.NuiValue< T >.Value
get

Gets the value of this property.


The documentation for this class was generated from the following file: