프로퍼티 | 타입 | 설명 | |
---|---|---|---|
actualThrust | double | ||
appliedForces | List |
||
dontDecoupleActive | bool | ||
isActive | bool | ||
isFlamedOut | bool | ||
isp | double | ||
maxMach | float | ||
partSim | |||
thrust | double | ||
thrustVec | Vector3 |
메소드 | 설명 | |
---|---|---|
DumpEngineToLog ( LogMsg log ) : void | ||
DumpSourcePartSets ( LogMsg log, String msg ) : void | ||
GetExhaustVelocity ( double isp ) : double | ||
GetFlowModifier ( bool atmChangeFlow, FloatCurve atmCurve, double atmDensity, FloatCurve velCurve, float machNumber, float &maxMach ) : float | ||
GetFlowRate ( double thrust, double isp ) : double | ||
GetThrottlePercent ( float currentThrottle, float thrustPercentage ) : float | ||
GetThrust ( double flowRate, double isp ) : double | ||
GetThrustPercent ( float thrustPercentage ) : float | ||
New ( |
||
Release ( ) : void | ||
SetResourceDrains ( LogMsg log, List |
메소드 | 설명 | |
---|---|---|
CalculateThrustVector ( List |
||
Create ( ) : |
||
Reset ( |
public DumpSourcePartSets ( LogMsg log, String msg ) : void | ||
log | LogMsg | |
msg | String | |
리턴 | void |
public static GetExhaustVelocity ( double isp ) : double | ||
isp | double | |
리턴 | double |
public static GetFlowModifier ( bool atmChangeFlow, FloatCurve atmCurve, double atmDensity, FloatCurve velCurve, float machNumber, float &maxMach ) : float | ||
atmChangeFlow | bool | |
atmCurve | FloatCurve | |
atmDensity | double | |
velCurve | FloatCurve | |
machNumber | float | |
maxMach | float | |
리턴 | float |
public static GetFlowRate ( double thrust, double isp ) : double | ||
thrust | double | |
isp | double | |
리턴 | double |
public static GetThrottlePercent ( float currentThrottle, float thrustPercentage ) : float | ||
currentThrottle | float | |
thrustPercentage | float | |
리턴 | float |
public static GetThrust ( double flowRate, double isp ) : double | ||
flowRate | double | |
isp | double | |
리턴 | double |
public static GetThrustPercent ( float thrustPercentage ) : float | ||
thrustPercentage | float | |
리턴 | float |
public static New ( |
||
theEngine | ||
engineMod | ModuleEngines | |
atmosphere | double | |
machNumber | float | |
vectoredThrust | bool | |
fullThrust | bool | |
log | LogMsg | |
리턴 |
public SetResourceDrains ( LogMsg log, List |
||
log | LogMsg | |
allParts | List |
|
allFuelLines | List |
|
drainingParts | HashSet |
|
리턴 | bool |