Show / Hide Table of Contents

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 Source

NodeVisualizationOverlay(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 Source

Space

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 Source

Draw(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)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾