Class SolarControlConsoleBoundInterfaceState
Inheritance
System.Object
SolarControlConsoleBoundInterfaceState
Namespace: Content.Shared.Solar
Assembly: Content.Shared.dll
Syntax
public sealed class SolarControlConsoleBoundInterfaceState : BoundUserInterfaceState
Constructors
| Improve this Doc View SourceSolarControlConsoleBoundInterfaceState(Angle, Angle, Single, Angle)
Declaration
public SolarControlConsoleBoundInterfaceState(Angle r, Angle vm, float p, Angle tw)
Parameters
Type | Name | Description |
---|---|---|
Angle | r | |
Angle | vm | |
System.Single | p | |
Angle | tw |
Fields
| Improve this Doc View SourceAngularVelocity
The target velocity of the panels in radians/minute.
Declaration
public Angle AngularVelocity
Field Value
Type | Description |
---|---|
Angle |
OutputPower
The total amount of power the panels are supplying.
Declaration
public float OutputPower
Field Value
Type | Description |
---|---|
System.Single |
Rotation
The target rotation of the panels in radians.
Declaration
public Angle Rotation
Field Value
Type | Description |
---|---|
Angle |
TowardsSun
The current sun angle.
Declaration
public Angle TowardsSun
Field Value
Type | Description |
---|---|
Angle |