Show / Hide Table of Contents

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 Source

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

AngularVelocity

The target velocity of the panels in radians/minute.

Declaration
public Angle AngularVelocity
Field Value
Type Description
Angle
| Improve this Doc View Source

OutputPower

The total amount of power the panels are supplying.

Declaration
public float OutputPower
Field Value
Type Description
System.Single
| Improve this Doc View Source

Rotation

The target rotation of the panels in radians.

Declaration
public Angle Rotation
Field Value
Type Description
Angle
| Improve this Doc View Source

TowardsSun

The current sun angle.

Declaration
public Angle TowardsSun
Field Value
Type Description
Angle
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾