Table of Contents

Class NuiProperty<T>

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

T

The underlying type of the property.

Inheritance
NuiProperty<T>
Derived
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)