Class Window
Represents a Cegui window
Inherited Members
Namespace: Slipe.Client.Gui
Assembly: SlipeClient.dll
Syntax
[DefaultElementClass(ElementType.GuiWindow)]
public class Window : GuiElement
Constructors
| Improve this Doc View SourceWindow(Vector2, Vector2, String, Boolean)
Create a window
Declaration
public Window(Vector2 position, Vector2 dimensions, string title, bool relative = false)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | position | |
Vector2 | dimensions | |
String | title | |
Boolean | relative |
Properties
| Improve this Doc View SourceMovable
Get and set if the window is movable
Declaration
public bool Movable { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Sizable
Get and set if the window is sizable
Declaration
public bool Sizable { get; set; }
Property Value
Type | Description |
---|---|
Boolean |