Class MechSoundboardUiFragment
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
MechSoundboardUiFragment
Namespace: Content.Client.Mech.Ui.Equipment
Assembly: Content.Client.dll
Syntax
public sealed class MechSoundboardUiFragment : BoxContainer
Constructors
| Improve this Doc View SourceMechSoundboardUiFragment()
Declaration
public MechSoundboardUiFragment()
Methods
| Improve this Doc View SourceUpdateContents(MechSoundboardUiState)
Declaration
public void UpdateContents(MechSoundboardUiState state)
Parameters
Type | Name | Description |
---|---|---|
MechSoundboardUiState | state |
Events
| Improve this Doc View SourceOnPlayAction
Declaration
public event Action<int>? OnPlayAction
Event Type
Type | Description |
---|---|
System.Nullable<Action<System.Int32>> |