Interface IAtmosphereContainer
Namespace: Eco.Gameplay.Rooms
Assembly: Eco.Gameplay.dll
Syntax
public interface IAtmosphereContainer
Properties
Atmosphere
Declaration
Atmosphere Atmosphere { get; set; }
Property Value
Type | Description |
---|---|
Atmosphere |
Pressure
Declaration
double Pressure { get; }
Property Value
Type | Description |
---|---|
System.Double |
Volume
Declaration
double Volume { get; }
Property Value
Type | Description |
---|---|
System.Double |