Interface IMyHeatVent
Describes Heat vent block (mods interface)
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMyHeatVent : IMyHeatVent, IMyFunctionalBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyTerminalBlock, IMyCubeBlock, IMyCubeBlock, IMyEntity, IMyEntity
Properties
ColorCurrent
Gets or Sets current color
Declaration
Color ColorCurrent { get; set; }
Property Value
Type | Description |
---|---|
Color |
ColorMaximal
Gets or Sets maximal (power) color
Declaration
Color ColorMaximal { get; set; }
Property Value
Type | Description |
---|---|
Color |
ColorMinimal
Gets or Sets minimal (power) color
Declaration
Color ColorMinimal { get; set; }
Property Value
Type | Description |
---|---|
Color |
CurrentPowerLevel
Gets current power level
Declaration
float CurrentPowerLevel { get; }
Property Value
Type | Description |
---|---|
System.Single |
PowerDependency
Gets or Sets power dependency
Declaration
float PowerDependency { get; set; }
Property Value
Type | Description |
---|---|
System.Single |