Class CrewMonitoringWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
CrewMonitoringWindow
Namespace: Content.Client.Medical.CrewMonitoring
Assembly: Content.Client.dll
Syntax
public sealed class CrewMonitoringWindow : FancyWindow
Constructors
| Improve this Doc View SourceCrewMonitoringWindow(Nullable<EntityUid>)
Declaration
public CrewMonitoringWindow(EntityUid? mapUid)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<EntityUid> | mapUid |
Fields
| Improve this Doc View SourceIconSize
Declaration
public static int IconSize
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceShowSensors(List<SuitSensorStatus>, Nullable<EntityCoordinates>, Boolean, Single)
Declaration
public void ShowSensors(List<SuitSensorStatus> stSensors, EntityCoordinates? monitorCoords, bool snap, float precision)
Parameters
Type | Name | Description |
---|---|---|
List<SuitSensorStatus> | stSensors | |
System.Nullable<Robust.Shared.Map.EntityCoordinates> | monitorCoords | |
System.Boolean | snap | |
System.Single | precision |