Show / Hide Table of Contents

Struct GasAnalyzerComponent.GasMixEntry

Contains information on a gas mix entry, turns into a tab in the UI

Namespace: Content.Shared.Atmos.Components
Assembly: Content.Shared.dll
Syntax
public struct GasMixEntry

Constructors

| Improve this Doc View Source

GasMixEntry(String, Single, Single, GasAnalyzerComponent.GasEntry[])

Declaration
public GasMixEntry(string name, float pressure, float temperature, GasAnalyzerComponent.GasEntry[] gases = null)
Parameters
Type Name Description
System.String name
System.Single pressure
System.Single temperature
GasAnalyzerComponent.GasEntry[] gases

Fields

| Improve this Doc View Source

Gases

Declaration
public readonly GasAnalyzerComponent.GasEntry[] Gases
Field Value
Type Description
GasAnalyzerComponent.GasEntry[]
| Improve this Doc View Source

Name

Name of the tab in the UI

Declaration
public readonly string Name
Field Value
Type Description
System.String
| Improve this Doc View Source

Pressure

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

Temperature

Declaration
public readonly float Temperature
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾