Property | Type | Description | |
---|---|---|---|
actualThrust | double | ||
isActive | bool | ||
isp | double | ||
partSim | |||
thrust | double | ||
thrustVec | Vector3 |
Method | Description | |
---|---|---|
DumpEngineToBuffer ( StringBuilder buffer, String prefix ) : void | ||
EngineSim ( |
||
SetResourceDrains ( List |
public DumpEngineToBuffer ( StringBuilder buffer, String prefix ) : void | ||
buffer | StringBuilder | |
prefix | String | |
return | void |
public EngineSim ( |
||
theEngine | ||
atmosphere | double | |
velocity | double | |
maxThrust | float | |
minThrust | float | |
thrustPercentage | float | |
requestedThrust | float | |
vecThrust | Vector3 | |
realIsp | float | |
atmosphereCurve | FloatCurve | |
velocityCurve | FloatCurve | |
throttleLocked | bool | |
propellants | List |
|
active | bool | |
correctThrust | bool | |
return | System |
public SetResourceDrains ( List |
||
allParts | List |
|
allFuelLines | List |
|
drainingParts | HashSet |
|
return | bool |