Class NodeVisualizationOverlay
Inheritance
System.Object
Robust.Client.Graphics.Overlay
NodeVisualizationOverlay
Namespace: Content.Client.NodeContainer
Assembly: Content.Client.dll
Syntax
public sealed class NodeVisualizationOverlay : Overlay
Constructors
| Improve this Doc View SourceNodeVisualizationOverlay(NodeGroupSystem, EntityLookupSystem, IMapManager, IInputManager, IResourceCache, IEntityManager)
Declaration
public NodeVisualizationOverlay(NodeGroupSystem system, EntityLookupSystem lookup, IMapManager mapManager, IInputManager inputManager, IResourceCache cache, IEntityManager entityManager)
Parameters
| Type | Name | Description |
|---|---|---|
| NodeGroupSystem | system | |
| EntityLookupSystem | lookup | |
| Robust.Shared.Map.IMapManager | mapManager | |
| Robust.Client.Input.IInputManager | inputManager | |
| Robust.Client.ResourceManagement.IResourceCache | cache | |
| IEntityManager | entityManager |
Properties
| Improve this Doc View SourceSpace
Declaration
public override OverlaySpace Space { get; }
Property Value
| Type | Description |
|---|---|
| Robust.Shared.Enums.OverlaySpace |
Overrides
Robust.Client.Graphics.Overlay.Space
Methods
| Improve this Doc View SourceDraw(OverlayDrawArgs)
Declaration
protected override void Draw(in OverlayDrawArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| Robust.Client.Graphics.OverlayDrawArgs | args |
Overrides
Robust.Client.Graphics.Overlay.Draw(Robust.Client.Graphics.OverlayDrawArgs)
|
Improve this Doc
View Source
FrameUpdate(FrameEventArgs)
Declaration
protected override void FrameUpdate(FrameEventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| Robust.Shared.Timing.FrameEventArgs | args |
Overrides
Robust.Client.Graphics.Overlay.FrameUpdate(Robust.Shared.Timing.FrameEventArgs)