Struct GasAnalyzerComponent.GasMixEntry
Contains information on a gas mix entry, turns into a tab in the UI
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
Fields
|
Improve this Doc
View Source
Gases
Declaration
public readonly GasAnalyzerComponent.GasEntry[] Gases
Field Value
|
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 |
|