Show / Hide Table of Contents

Struct SharedAtmosDebugOverlaySystem.AtmosDebugOverlayData

Namespace: Content.Shared.Atmos.EntitySystems
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
Type Description
AtmosDirection
| 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
Type Description
AtmosDirection
| 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
Type Description
AtmosDirection
| 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
☀
☾