Class GhostTargetWindow
Inheritance
System.Object
Robust.Client.UserInterface.Control
Robust.Client.UserInterface.CustomControls.BaseWindow
Robust.Client.UserInterface.CustomControls.DefaultWindow
GhostTargetWindow
Namespace: Content.Client.UserInterface.Systems.Ghost.Controls
Assembly: Content.Client.dll
Syntax
public sealed class GhostTargetWindow : DefaultWindow
Constructors
| Improve this Doc View SourceGhostTargetWindow()
Declaration
public GhostTargetWindow()
Methods
| Improve this Doc View SourcePopulate()
Declaration
public void Populate()
UpdateWarps(IEnumerable<GhostWarp>)
Declaration
public void UpdateWarps(IEnumerable<GhostWarp> warps)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<GhostWarp> | warps |
Events
| Improve this Doc View SourceWarpClicked
Declaration
public event Action<NetEntity>? WarpClicked
Event Type
| Type | Description |
|---|---|
| System.Nullable<Action<NetEntity>> |