Show / Hide Table of Contents

Class GasTankBoundUserInterfaceState

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

Properties

| Improve this Doc View Source

CanConnectInternals

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

InternalsConnected

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

OutputPressure

Declaration
public float? OutputPressure { get; set; }
Property Value
Type Description
System.Nullable<System.Single>
| Improve this Doc View Source

TankPressure

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