|
NuiProperty< bool > | AcceptsInput = true [get, set] |
| Set to false to disable all input. All hover, clicks and keypresses will fall through. More...
|
|
NuiProperty< bool > | Border = true [get, set] |
| Gets or sets whether the window border should be rendered. More...
|
|
NuiProperty< bool > | Closable = true [get, set] |
| Gets or sets whether this window can be closed.
You must provide a way to close the window if you set this to false. More...
|
|
NuiProperty< bool >? | Collapsed [get, set] |
| Gets or sets whether this window is collapsed.
Use a static value to force the popup into a collapsed/unfolded state. More...
|
|
NuiProperty< NuiRect > | Geometry = new NuiRect(-1, -1, 0, 0) [get, set] |
| Gets or sets the geometry and bounds of this window.
Set x and y to -1.0 to center the window.
Set x and/or y to -2.0 to position the window's top left at the mouse cursor's position of that axis
Set x and/or y to -3.0 to center the window on the mouse cursor's position of that axis More...
|
|
string? | Id [get, set] |
| Gets or sets the element ID for this window. More...
|
|
NuiProperty< bool > | Resizable = true [get, set] |
| Gets or sets whether this window can be resized. More...
|
|
NuiLayout | Root [get, set] |
| Gets or sets the root parent layout containing the window content. More...
|
|
NuiProperty< string > | Title [get, set] |
| Gets or sets the title of this window. More...
|
|
NuiProperty< bool > | Transparent = false [get, set] |
| Gets or sets whether the background should be rendered. More...
|
|
int | Version = 1 [get] |
| Gets the current serialized version of this window. More...
|
|
Represents a NUI scriptable window container.