Show / Hide Table of Contents

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 Source

GhostTargetWindow()

Declaration
public GhostTargetWindow()

Methods

| Improve this Doc View Source

Populate()

Declaration
public void Populate()
| Improve this Doc View Source

UpdateWarps(IEnumerable<GhostWarp>)

Declaration
public void UpdateWarps(IEnumerable<GhostWarp> warps)
Parameters
Type Name Description
IEnumerable<GhostWarp> warps

Events

| Improve this Doc View Source

WarpClicked

Declaration
public event Action<NetEntity>? WarpClicked
Event Type
Type Description
System.Nullable<Action<NetEntity>>

Extension Methods

ControlExtension.GetControlOfType<T>(Control)
ControlExtension.GetControlOfType<T>(Control, String)
ControlExtension.GetControlOfType<T>(Control, Boolean)
ControlExtension.GetControlOfType<T>(Control, String, Boolean)
ControlExtension.GetSearchableControls(Control, Boolean)
ControlExtension.ChildrenContainText(Control, String)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾