Свойство | Type | Description | |
---|---|---|---|
ullageSet | Ullage.UllageSet |
Свойство | Type | Description | |
---|---|---|---|
curveProp | int | ||
ignited | bool | ||
instantThrottle | bool | ||
minThrottle | float | ||
reignitable | bool | ||
rfSolver | |||
scale | double | ||
scaleRecip | double | ||
showPropStatus | bool | ||
throttledUp | bool | ||
ullageOK | bool |
Méthode | Description | |
---|---|---|
Activate ( ) : void | ||
CreateEngine ( ) : void | ||
FixedUpdate ( ) : void | ||
GetInfo ( ) : string | ||
GetModuleTitle ( ) : string | ||
GetPrimaryField ( ) : string | ||
GetUllageIgnition ( ) : string | ||
OnAwake ( ) : void | ||
OnLoad ( |
||
OnSave ( |
||
OnStart ( PartModule state ) : void | ||
SetScale ( double newScale ) : void | ||
Shutdown ( ) : void | ||
Start ( ) : void | ||
UpdateSolver ( SolverEngines.EngineThermodynamics ambientTherm, double altitude, UnityEngine.Vector3d vel, double mach, bool sIgnited, bool oxygen, bool underwater ) : void | ||
UpdateThrottle ( ) : void |
Méthode | Description | |
---|---|---|
GetThrustInfo ( ) : string | ||
IgnitionUpdate ( ) : void | ||
ThrottleString ( ) : string |
public OnLoad ( |
||
node | ||
Résultat | void |
public OnSave ( |
||
node | ||
Résultat | void |
public UpdateSolver ( SolverEngines.EngineThermodynamics ambientTherm, double altitude, UnityEngine.Vector3d vel, double mach, bool sIgnited, bool oxygen, bool underwater ) : void | ||
ambientTherm | SolverEngines.EngineThermodynamics | |
altitude | double | |
vel | UnityEngine.Vector3d | |
mach | double | |
sIgnited | bool | |
oxygen | bool | |
underwater | bool | |
Résultat | void |