Class NavMapControl
Displays the nav map data of the specified grid.
Inheritance
System.Object
Robust.Client.UserInterface.Control
NavMapControl
Assembly: Content.Client.dll
Syntax
public sealed class NavMapControl : MapGridControl
Constructors
|
Improve this Doc
View Source
NavMapControl()
Declaration
Fields
|
Improve this Doc
View Source
MapUid
Declaration
Field Value
Type |
Description |
System.Nullable<EntityUid> |
|
|
Improve this Doc
View Source
TrackedCoordinates
Declaration
public Dictionary<EntityCoordinates, (bool Visible, Color Color)> TrackedCoordinates
Field Value
Type |
Description |
Dictionary<Robust.Shared.Map.EntityCoordinates, System.ValueTuple<System.Boolean, Color>> |
|
Methods
|
Improve this Doc
View Source
CenterToCoordinates(EntityCoordinates)
Declaration
public void CenterToCoordinates(EntityCoordinates coordinates)
Parameters
Type |
Name |
Description |
Robust.Shared.Map.EntityCoordinates |
coordinates |
|
|
Improve this Doc
View Source
Draw(DrawingHandleScreen)
Declaration
protected override void Draw(DrawingHandleScreen handle)
Parameters
Type |
Name |
Description |
Robust.Client.Graphics.DrawingHandleScreen |
handle |
|
Overrides
|
Improve this Doc
View Source
KeyBindDown(GUIBoundKeyEventArgs)
Declaration
protected override void KeyBindDown(GUIBoundKeyEventArgs args)
Parameters
Type |
Name |
Description |
Robust.Client.UserInterface.GUIBoundKeyEventArgs |
args |
|
Overrides
Robust.Client.UserInterface.Control.KeyBindDown(Robust.Client.UserInterface.GUIBoundKeyEventArgs)
|
Improve this Doc
View Source
KeyBindUp(GUIBoundKeyEventArgs)
Declaration
protected override void KeyBindUp(GUIBoundKeyEventArgs args)
Parameters
Type |
Name |
Description |
Robust.Client.UserInterface.GUIBoundKeyEventArgs |
args |
|
Overrides
Robust.Client.UserInterface.Control.KeyBindUp(Robust.Client.UserInterface.GUIBoundKeyEventArgs)
|
Improve this Doc
View Source
MouseMove(GUIMouseMoveEventArgs)
Declaration
protected override void MouseMove(GUIMouseMoveEventArgs args)
Parameters
Type |
Name |
Description |
GUIMouseMoveEventArgs |
args |
|
Overrides
Robust.Client.UserInterface.Control.MouseMove(GUIMouseMoveEventArgs)
Extension Methods