Table of Contents

Class RoomPanel

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

Constructors

RoomPanel(DevUI, World, DevUINode, Vector2, RoomRepresentation)

public RoomPanel(DevUI owner, World world, DevUINode parentNode, Vector2 pos, MapObject.RoomRepresentation roomRep)

Parameters

owner DevUI
world World
parentNode DevUINode
pos Vector2
roomRep MapObject.RoomRepresentation

Fields

devPos

public Vector2 devPos

Field Value

Vector2

lastMouseOver

public bool lastMouseOver

Field Value

bool

layer

public int layer

Field Value

int

miniMap

public MiniMap miniMap

Field Value

MiniMap

roomRep

public MapObject.RoomRepresentation roomRep

Field Value

MapObject.RoomRepresentation

world

public World world

Field Value

World

Properties

CanonView

public bool CanonView { get; }

Property Value

bool

PanPos

public Vector2 PanPos { get; }

Property Value

Vector2

absPos

public override Vector2 absPos { get; set; }

Property Value

Vector2

nonCollapsedAbsPos

public override Vector2 nonCollapsedAbsPos { get; }

Property Value

Vector2

Methods

Move(Vector2)

public override void Move(Vector2 newPos)

Parameters

newPos Vector2

Refresh()

public override void Refresh()

Update()

public override void Update()