Show / Hide Table of Contents

Class DockingControl

Displays the docking view from a specific docking port

Inheritance
System.Object
Robust.Client.UserInterface.Control
DockingControl
Namespace: Content.Client.Shuttles.UI
Assembly: Content.Client.dll
Syntax
public class DockingControl : Control

Constructors

| Improve this Doc View Source

DockingControl()

Declaration
public DockingControl()

Fields

| Improve this Doc View Source

Angle

Declaration
public Angle? Angle
Field Value
Type Description
System.Nullable<Angle>
| Improve this Doc View Source

Coordinates

Declaration
public EntityCoordinates? Coordinates
Field Value
Type Description
System.Nullable<Robust.Shared.Map.EntityCoordinates>
| Improve this Doc View Source

Docks

Stored by GridID then by docks

Declaration
public Dictionary<NetEntity, List<DockingInterfaceState>> Docks
Field Value
Type Description
Dictionary<NetEntity, List<DockingInterfaceState>>
| Improve this Doc View Source

GridEntity

Declaration
public EntityUid? GridEntity
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

ViewedDock

Declaration
public NetEntity? ViewedDock
Field Value
Type Description
System.Nullable<NetEntity>

Methods

| Improve this Doc View Source

Draw(DrawingHandleScreen)

Declaration
protected override void Draw(DrawingHandleScreen handle)
Parameters
Type Name Description
Robust.Client.Graphics.DrawingHandleScreen handle
Overrides
Robust.Client.UserInterface.Control.Draw(Robust.Client.Graphics.DrawingHandleScreen)

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾