Class MechSoundboardUi
Inheritance
System.Object
MechSoundboardUi
Assembly: Content.Client.dll
Syntax
public sealed class MechSoundboardUi : UIFragment
Methods
|
Improve this Doc
View Source
GetUIFragmentRoot()
Declaration
public override Control GetUIFragmentRoot()
Returns
Type |
Description |
Robust.Client.UserInterface.Control |
|
Overrides
|
Improve this Doc
View Source
Setup(BoundUserInterface, Nullable<EntityUid>)
Declaration
public override void Setup(BoundUserInterface userInterface, EntityUid? fragmentOwner)
Parameters
Type |
Name |
Description |
BoundUserInterface |
userInterface |
|
System.Nullable<EntityUid> |
fragmentOwner |
|
Overrides
|
Improve this Doc
View Source
UpdateState(BoundUserInterfaceState)
Declaration
public override void UpdateState(BoundUserInterfaceState state)
Parameters
Type |
Name |
Description |
BoundUserInterfaceState |
state |
|
Overrides