Class AnomalyGeneratorBoundUserInterface
Inheritance
System.Object
AnomalyGeneratorBoundUserInterface
Assembly: Content.Client.dll
Syntax
public sealed class AnomalyGeneratorBoundUserInterface : BoundUserInterface
Constructors
|
Improve this Doc
View Source
AnomalyGeneratorBoundUserInterface(EntityUid, Enum)
Declaration
public AnomalyGeneratorBoundUserInterface(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
Open()
Declaration
protected override void Open()
|
Improve this Doc
View Source
SetPowerSwitch(Boolean)
Declaration
public void SetPowerSwitch(bool on)
Parameters
Type |
Name |
Description |
System.Boolean |
on |
|
|
Improve this Doc
View Source
UpdateState(BoundUserInterfaceState)
Declaration
protected override void UpdateState(BoundUserInterfaceState state)
Parameters
Type |
Name |
Description |
BoundUserInterfaceState |
state |
|