Class AnomalyGeneratorWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
AnomalyGeneratorWindow
Namespace: Content.Client.Anomaly.Ui
Assembly: Content.Client.dll
Syntax
public sealed class AnomalyGeneratorWindow : FancyWindow
Constructors
| Improve this Doc View SourceAnomalyGeneratorWindow(EntityUid)
Declaration
public AnomalyGeneratorWindow(EntityUid gen)
Parameters
Type | Name | Description |
---|---|---|
EntityUid | gen |
Fields
| Improve this Doc View SourceOnGenerateButtonPressed
Declaration
public Action? OnGenerateButtonPressed
Field Value
Type | Description |
---|---|
System.Nullable<Action> |
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
UpdateReady()
Declaration
public void UpdateReady()
UpdateState(AnomalyGeneratorUserInterfaceState)
Declaration
public void UpdateState(AnomalyGeneratorUserInterfaceState state)
Parameters
Type | Name | Description |
---|---|---|
AnomalyGeneratorUserInterfaceState | state |
UpdateTimer()
Declaration
public void UpdateTimer()