Show / Hide Table of Contents

Class UIPanel

A handle to an open UI panel.

Inheritance
System.Object
UIComponent
UIPanel
Inherited Members
UIComponent.AddChild(UIComponent)
UIComponent.Size
UIComponent.Height
UIComponent.Width
UIComponent.MaxSize
UIComponent.Children
UIComponent.ClearChildren()
UIComponent.BringToFront()
UIComponent.Anchor
UIComponent.Draggable
UIComponent.FillColor
UIComponent.AttachedData
UIComponent.Parent
UIComponent.Visible
UIComponent.Enabled
UIComponent.Locked
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()
Back to top © 2020 Anarkis Gaming. All rights reserved. Generated by DocFX