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 SourceDockingControl()
Declaration
public DockingControl()
Fields
| Improve this Doc View SourceAngle
Declaration
public Angle? Angle
Field Value
Type | Description |
---|---|
System.Nullable<Angle> |
Coordinates
Declaration
public EntityCoordinates? Coordinates
Field Value
Type | Description |
---|---|
System.Nullable<Robust.Shared.Map.EntityCoordinates> |
Docks
Stored by GridID then by docks
Declaration
public Dictionary<NetEntity, List<DockingInterfaceState>> Docks
Field Value
Type | Description |
---|---|
Dictionary<NetEntity, List<DockingInterfaceState>> |
GridEntity
Declaration
public EntityUid? GridEntity
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
ViewedDock
Declaration
public NetEntity? ViewedDock
Field Value
Type | Description |
---|---|
System.Nullable<NetEntity> |
Methods
| Improve this Doc View SourceDraw(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)