Interface IMyAirVent
Describes Air Vent block (mods interface)
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMyAirVent : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyAirVent, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
GasInputPerSecond
Gets value of gas can be pulled in per second
Declaration
float GasInputPerSecond { get; }
Property Value
Type | Description |
---|---|
System.Single |
GasOutputPerSecond
Gets value of gas that can be pushed out per second
Declaration
float GasOutputPerSecond { get; }
Property Value
Type | Description |
---|---|
System.Single |
OxygenSinkInfo
Gets resource sink component for gas
Declaration
MyResourceSinkInfo OxygenSinkInfo { get; set; }
Property Value
Type | Description |
---|---|
MyResourceSinkInfo |
SourceComp
Gets resource source component
Declaration
MyResourceSourceComponent SourceComp { get; set; }
Property Value
Type | Description |
---|---|
MyResourceSourceComponent |