Class UIPanel
A handle to an open UI panel.
Inherited Members
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public class UIPanel : UIComponent
Constructors
UIPanel(Vector)
Create a new UIPanel.
Declaration
public UIPanel(Vector size)
Parameters
Type | Name | Description |
---|---|---|
Vector | size | The size of this panel. |
UIPanel(Single, Single)
Create a new UIPanel.
Declaration
public UIPanel(float width, float height)
Parameters
Type | Name | Description |
---|---|---|
System.Single | width | The width of this panel |
System.Single | height | The height of this panel |
Methods
Close()
Close this Panel
Declaration
public void Close()