Constructor NuiWindow
NuiWindow(NuiLayout, NuiProperty<string>)
Represents a NUI scriptable window container.
[JsonConstructor]
public NuiWindow(NuiLayout root, NuiProperty<string> title)
Parameters
rootNuiLayoutThe root layout containing the window content.
titleNuiProperty<string>The bind that controls the window title.