Show / Hide Table of Contents

Class RadarConsoleBoundInterfaceState

Inheritance
System.Object
RadarConsoleBoundInterfaceState
ShuttleConsoleBoundInterfaceState
Namespace: Content.Shared.Shuttles.BUIStates
Assembly: Content.Shared.dll
Syntax
public class RadarConsoleBoundInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

RadarConsoleBoundInterfaceState(Single, Nullable<NetCoordinates>, Nullable<Angle>, List<DockingInterfaceState>)

Declaration
public RadarConsoleBoundInterfaceState(float maxRange, NetCoordinates? coordinates, Angle? angle, List<DockingInterfaceState> docks)
Parameters
Type Name Description
System.Single maxRange
System.Nullable<Robust.Shared.Map.NetCoordinates> coordinates
System.Nullable<Angle> angle
List<DockingInterfaceState> docks

Fields

| Improve this Doc View Source

Angle

The relevant rotation to rotate the angle around.

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

Coordinates

The relevant coordinates to base the radar around.

Declaration
public NetCoordinates? Coordinates
Field Value
Type Description
System.Nullable<Robust.Shared.Map.NetCoordinates>
| Improve this Doc View Source

Docks

Declaration
public readonly List<DockingInterfaceState> Docks
Field Value
Type Description
List<DockingInterfaceState>
| Improve this Doc View Source

MaxRange

Declaration
public readonly float MaxRange
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾