Interface IMyThrust
Describes assembler block (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyThrust : IMyThrust, IMyFunctionalBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyTerminalBlock, IMyCubeBlock, IMyCubeBlock, IMyEntity, IMyEntity
Properties
PowerConsumptionMultiplier
Gets or set power consumption multiplier
Declaration
float PowerConsumptionMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ThrustMultiplier
Gets or set the thrust multiplier
Declaration
float ThrustMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Events
ThrustChanged
Fires when thrust is changed
Declaration
event Action<IMyThrust, float, float> ThrustChanged
Event Type
Type | Description |
---|---|
System.Action<IMyThrust, System.Single, System.Single> |
ThrustOverrideChanged
Event when thrust override changes
Declaration
event Action<IMyThrust, float> ThrustOverrideChanged
Event Type
Type | Description |
---|---|
System.Action<IMyThrust, System.Single> |