Class EmergencyShuttleOverlay
Shows the expected position of the emergency shuttle. Nothing more.
Inheritance
System.Object
Robust.Client.Graphics.Overlay
EmergencyShuttleOverlay
Namespace: Content.Client.Shuttles.Systems
Assembly: Content.Client.dll
Syntax
public sealed class EmergencyShuttleOverlay : Overlay
Constructors
| Improve this Doc View SourceEmergencyShuttleOverlay(IEntityManager)
Declaration
public EmergencyShuttleOverlay(IEntityManager entManager)
Parameters
Type | Name | Description |
---|---|---|
IEntityManager | entManager |
Fields
| Improve this Doc View SourcePosition
Declaration
public Box2? Position
Field Value
Type | Description |
---|---|
System.Nullable<Box2> |
StationUid
Declaration
public EntityUid? StationUid
Field Value
Type | Description |
---|---|
System.Nullable<EntityUid> |
Properties
| Improve this Doc View SourceSpace
Declaration
public override OverlaySpace Space { get; }
Property Value
Type | Description |
---|---|
Robust.Shared.Enums.OverlaySpace |
Overrides
Robust.Client.Graphics.Overlay.Space
Methods
| Improve this Doc View SourceDraw(OverlayDrawArgs)
Declaration
protected override void Draw(in OverlayDrawArgs args)
Parameters
Type | Name | Description |
---|---|---|
Robust.Client.Graphics.OverlayDrawArgs | args |
Overrides
Robust.Client.Graphics.Overlay.Draw(Robust.Client.Graphics.OverlayDrawArgs)