Show / Hide Table of Contents

Class SharedAtmosphereSystem

Inheritance
System.Object
SharedAtmosphereSystem
AtmosphereSystem
AtmosphereSystem
Namespace: Content.Shared.Atmos.EntitySystems
Assembly: Content.Shared.dll
Syntax
public abstract class SharedAtmosphereSystem : EntitySystem

Fields

| Improve this Doc View Source

GasPrototypes

Declaration
protected readonly GasPrototype[] GasPrototypes
Field Value
Type Description
GasPrototype[]

Properties

| Improve this Doc View Source

Gases

Declaration
public IEnumerable<GasPrototype> Gases { get; }
Property Value
Type Description
IEnumerable<GasPrototype>

Methods

| Improve this Doc View Source

GetGas(Gas)

Declaration
public GasPrototype GetGas(Gas gasId)
Parameters
Type Name Description
Gas gasId
Returns
Type Description
GasPrototype
| Improve this Doc View Source

GetGas(Int32)

Declaration
public GasPrototype GetGas(int gasId)
Parameters
Type Name Description
System.Int32 gasId
Returns
Type Description
GasPrototype
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾