Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
BorgMenu
Assembly: Content.Client.dll
public sealed class BorgMenu : FancyWindow
Constructors
|
Improve this Doc
View Source
Declaration
public BorgMenu(EntityUid entity)
Parameters
Type |
Name |
Description |
EntityUid |
entity |
|
Fields
|
Improve this Doc
View Source
Declaration
public float AccumulatedTime
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public Action? BrainButtonPressed
Field Value
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
Declaration
public Action? EjectBatteryButtonPressed
Field Value
Type |
Description |
System.Nullable<Action> |
|
|
Improve this Doc
View Source
Declaration
public readonly EntityUid Entity
Field Value
Type |
Description |
EntityUid |
|
|
Improve this Doc
View Source
Declaration
public Action<string>? NameChanged
Field Value
Type |
Description |
System.Nullable<Action<System.String>> |
|
|
Improve this Doc
View Source
Declaration
public Action<EntityUid>? RemoveModuleButtonPressed
Field Value
Type |
Description |
System.Nullable<Action<EntityUid>> |
|
Methods
|
Improve this Doc
View Source
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
Declaration
public void UpdateState(BorgBuiState state)
Parameters
Extension Methods