Interface IMyWindTurbine
Describes wind turbine block (mod interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyWindTurbine : IMyWindTurbine, IMyPowerProducer, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyPowerProducer, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Properties
Effectivity
Gets or sets current efficiency of wind turbine. Range of values: [0 - 1]
Declaration
float Effectivity { get; set; }
Property Value
Type | Description |
---|---|
System.Single |