Class GatewayWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
GatewayWindow
Namespace: Content.Client.Gateway.UI
Assembly: Content.Client.dll
Syntax
public sealed class GatewayWindow : FancyWindow, IComputerWindow<EmergencyConsoleBoundUserInterfaceState>
Constructors
| Improve this Doc View SourceGatewayWindow()
Declaration
public GatewayWindow()
Methods
| Improve this Doc View SourceFrameUpdate(FrameEventArgs)
Declaration
protected override void FrameUpdate(FrameEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
Robust.Shared.Timing.FrameEventArgs | args |
Overrides
Robust.Client.UserInterface.Control.FrameUpdate(Robust.Shared.Timing.FrameEventArgs)
|
Improve this Doc
View Source
UpdateState(GatewayBoundUserInterfaceState)
Declaration
public void UpdateState(GatewayBoundUserInterfaceState state)
Parameters
Type | Name | Description |
---|---|---|
GatewayBoundUserInterfaceState | state |
Events
| Improve this Doc View SourceOpenPortal
Declaration
public event Action<NetEntity>? OpenPortal
Event Type
Type | Description |
---|---|
System.Nullable<Action<NetEntity>> |