Class FancyWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
FancyWindow
Namespace: Content.Client.UserInterface.Controls
Assembly: Content.Client.dll
Syntax
public class FancyWindow : BaseWindow
Constructors
| Improve this Doc View SourceFancyWindow()
Declaration
public FancyWindow()
Properties
| Improve this Doc View SourceTitle
Declaration
public string? Title { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
Methods
| Improve this Doc View SourceGetDragModeFor(Vector2)
Declaration
protected override BaseWindow.DragMode GetDragModeFor(Vector2 relativeMousePos)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | relativeMousePos |
Returns
Type | Description |
---|---|
Robust.Client.UserInterface.CustomControls.BaseWindow.DragMode |