Class MechBoundUserInterface
Inheritance
System.Object
MechBoundUserInterface
Assembly: Content.Client.dll
Syntax
public sealed class MechBoundUserInterface : BoundUserInterface
Constructors
|
Improve this Doc
View Source
MechBoundUserInterface(EntityUid, Enum)
Declaration
public MechBoundUserInterface(EntityUid owner, Enum uiKey)
Parameters
Type |
Name |
Description |
EntityUid |
owner |
|
Enum |
uiKey |
|
Methods
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
|
Improve this Doc
View Source
GetEquipmentUi(Nullable<EntityUid>)
Declaration
public UIFragment GetEquipmentUi(EntityUid? uid)
Parameters
Type |
Name |
Description |
System.Nullable<EntityUid> |
uid |
|
Returns
|
Improve this Doc
View Source
Open()
Declaration
protected override void Open()
|
Improve this Doc
View Source
UpdateEquipmentControls(MechBoundUiState)
Declaration
public void UpdateEquipmentControls(MechBoundUiState state)
Parameters
|
Improve this Doc
View Source
UpdateState(BoundUserInterfaceState)
Declaration
protected override void UpdateState(BoundUserInterfaceState state)
Parameters
Type |
Name |
Description |
BoundUserInterfaceState |
state |
|