Class MapAtmosphereComponent
Component that defines the default GasMixture for a map.
Namespace: Content.Server.Atmos.Components
Assembly: Content.Server.dll
Syntax
public sealed class MapAtmosphereComponent : SharedMapAtmosphereComponent
Fields
| Improve this Doc View SourceMixture
The default GasMixture a map will have. Space mixture by default.
Declaration
public GasMixture Mixture
Field Value
Type | Description |
---|---|
GasMixture |
Space
Whether empty tiles will be considered space or not.
Declaration
public bool Space
Field Value
Type | Description |
---|---|
System.Boolean |