Table of Contents

Class NuiValue<T>

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

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

[JsonConverter(typeof(NuiValueConverter))]
public sealed class NuiValue<T> : NuiProperty<T>

Type Parameters

T

The type of value being assigned.

Inheritance
NuiValue<T>
Inherited Members
Extension Methods

Constructors

NuiValue(T)

Properties

Value

Gets the value of this property.

Operators

implicit operator T?(NuiValue<T>?)