Show / Hide Table of Contents

Class NetworkConfiguratorLinkOverlay

Inheritance
System.Object
Robust.Client.Graphics.Overlay
NetworkConfiguratorLinkOverlay
Namespace: Content.Client.NetworkConfigurator
Assembly: Content.Client.dll
Syntax
public sealed class NetworkConfiguratorLinkOverlay : Overlay

Constructors

| Improve this Doc View Source

NetworkConfiguratorLinkOverlay()

Declaration
public NetworkConfiguratorLinkOverlay()

Fields

| Improve this Doc View Source

Action

Declaration
public EntityUid? Action
Field Value
Type Description
System.Nullable<EntityUid>
| Improve this Doc View Source

Colors

Declaration
public Dictionary<EntityUid, Color> Colors
Field Value
Type Description
Dictionary<EntityUid, Color>

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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾