Class MechGrabberUiFragment
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.Controls.Container
Robust.Client.UserInterface.Controls.BoxContainer
MechGrabberUiFragment
Namespace: Content.Client.Mech.Ui.Equipment
Assembly: Content.Client.dll
Syntax
public sealed class MechGrabberUiFragment : BoxContainer
Constructors
| Improve this Doc View SourceMechGrabberUiFragment()
Declaration
public MechGrabberUiFragment()
Methods
| Improve this Doc View SourceUpdateContents(MechGrabberUiState)
Declaration
public void UpdateContents(MechGrabberUiState state)
Parameters
Type | Name | Description |
---|---|---|
MechGrabberUiState | state |
Events
| Improve this Doc View SourceOnEjectAction
Declaration
public event Action<EntityUid>? OnEjectAction
Event Type
Type | Description |
---|---|
System.Nullable<Action<EntityUid>> |