Show / Hide Table of Contents

Class GasThermomachineBoundUserInterfaceState

Inheritance
System.Object
GasThermomachineBoundUserInterfaceState
Namespace: Content.Shared.Atmos.Piping.Unary.Components
Assembly: Content.Shared.dll
Syntax
public sealed class GasThermomachineBoundUserInterfaceState : BoundUserInterfaceState

Constructors

| Improve this Doc View Source

GasThermomachineBoundUserInterfaceState(Single, Single, Single, Boolean, Boolean)

Declaration
public GasThermomachineBoundUserInterfaceState(float minTemperature, float maxTemperature, float temperature, bool enabled, bool isHeater)
Parameters
Type Name Description
System.Single minTemperature
System.Single maxTemperature
System.Single temperature
System.Boolean enabled
System.Boolean isHeater

Properties

| Improve this Doc View Source

Enabled

Declaration
public bool Enabled { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsHeater

Declaration
public bool IsHeater { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MaxTemperature

Declaration
public float MaxTemperature { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

MinTemperature

Declaration
public float MinTemperature { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

Temperature

Declaration
public float Temperature { get; }
Property Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾