Class RadarConsoleBoundInterfaceState
Inheritance
System.Object
RadarConsoleBoundInterfaceState
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
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
|
Improve this Doc
View Source
MaxRange
Declaration
public readonly float MaxRange
Field Value
Type |
Description |
System.Single |
|