Table of Contents

Constructor NuiWindow

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

NuiWindow(NuiLayout, NuiProperty<string>)

Represents a NUI scriptable window container.

[JsonConstructor]
public NuiWindow(NuiLayout root, NuiProperty<string> title)

Parameters

root NuiLayout

The root layout containing the window content.

title NuiProperty<string>

The bind that controls the window title.