Table of Contents

Class Panel

Namespace
DevInterface
Assembly
Assembly-CSharp.dll
public class Panel : RectangularDevUINode
Inheritance
Panel
Derived
Inherited Members

Constructors

Panel(DevUI, string, DevUINode, Vector2, Vector2, string)

public Panel(DevUI owner, string IDstring, DevUINode parentNode, Vector2 pos, Vector2 size, string title)

Parameters

owner DevUI
IDstring string
parentNode DevUINode
pos Vector2
size Vector2
title string

Fields

collapsed

public bool collapsed

Field Value

bool

dragged

public bool dragged

Field Value

bool

moveOffset

public Vector2 moveOffset

Field Value

Vector2

Properties

CollapseButtonPos

public Vector2 CollapseButtonPos { get; }

Property Value

Vector2

MoveButtonPos

public Vector2 MoveButtonPos { get; }

Property Value

Vector2

Title

public string Title { get; set; }

Property Value

string

absPos

public override Vector2 absPos { get; set; }

Property Value

Vector2

nonCollapsedAbsPos

public virtual Vector2 nonCollapsedAbsPos { get; }

Property Value

Vector2

Methods

Refresh()

public override void Refresh()

ToggleCollapse()

public void ToggleCollapse()

Update()

public override void Update()