Struct SharedAtmosDebugOverlaySystem.AtmosDebugOverlayData
Assembly: Content.Shared.dll
Syntax
public struct AtmosDebugOverlayData
Constructors
|
Improve this Doc
View Source
AtmosDebugOverlayData(Single, Single[], AtmosDirection, AtmosDirection, Int32, AtmosDirection, Boolean)
Declaration
public AtmosDebugOverlayData(float temperature, float[] moles, AtmosDirection pressureDirection, AtmosDirection lastPressureDirection, int inExcited, AtmosDirection blockDirection, bool isSpace)
Parameters
Type |
Name |
Description |
System.Single |
temperature |
|
System.Single[] |
moles |
|
AtmosDirection |
pressureDirection |
|
AtmosDirection |
lastPressureDirection |
|
System.Int32 |
inExcited |
|
AtmosDirection |
blockDirection |
|
System.Boolean |
isSpace |
|
Fields
|
Improve this Doc
View Source
BlockDirection
Declaration
public readonly AtmosDirection BlockDirection
Field Value
|
Improve this Doc
View Source
InExcitedGroup
Declaration
public readonly int InExcitedGroup
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsSpace
Declaration
public readonly bool IsSpace
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastPressureDirection
Declaration
public readonly AtmosDirection LastPressureDirection
Field Value
|
Improve this Doc
View Source
Moles
Declaration
public readonly float[] Moles
Field Value
Type |
Description |
System.Single[] |
|
|
Improve this Doc
View Source
PressureDirection
Declaration
public readonly AtmosDirection PressureDirection
Field Value
|
Improve this Doc
View Source
Temperature
Declaration
public readonly float Temperature
Field Value
Type |
Description |
System.Single |
|