Свойство | Type | Description | |
---|---|---|---|
crewGClamp | double | ||
crewGKillChance | double | ||
crewGLimit | double | ||
crewGMin | double | ||
crewGPower | double | ||
crewGWarn | double | ||
is_debugging | bool | ||
ptd | ModularFlightIntegrator.PartThermalData | ||
skinThermalMassReciprocal | double |
Свойство | Type | Description | |
---|---|---|---|
FormatTime | string | ||
OnDestroy | void | ||
void |
Méthode | Description | |
---|---|---|
AddDamage ( float dmg ) : void | ||
CalculateAreas ( float &radArea, float &exposedArea, float &totalArea ) : void | ||
CheckForFire ( ) : void | ||
CheckGeeForces ( ) : void | ||
Emitter ( string fxName ) : |
||
FixedUpdate ( ) : void | ||
OnAwake ( ) : void | ||
OnVesselWasModified ( Vessel v ) : void | ||
PlaySound ( FXGroup fx, float volume ) : void | ||
SetDamageLabel ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
UpdateConvection ( ) : void | ||
UpdateRadiation ( ) : void | ||
UpdateSkinConduction ( ) : void | ||
UpdateSkinThermals ( ) : IEnumerator | ||
_GetBodyArea ( ModularFlightIntegrator ptd ) : double | ||
_GetSunArea ( ModularFlightIntegrator fi, ModularFlightIntegrator ptd ) : double |
Méthode | Description | |
---|---|---|
FormatTime ( double time ) : string | ||
OnDestroy ( ) : void | ||
print ( string msg ) : void |
public CalculateAreas ( float &radArea, float &exposedArea, float &totalArea ) : void | ||
radArea | float | |
exposedArea | float | |
totalArea | float | |
Résultat | void |
public Emitter ( string fxName ) : |
||
fxName | string | |
Résultat |
public OnVesselWasModified ( Vessel v ) : void | ||
v | Vessel | |
Résultat | void |
public static PlaySound ( FXGroup fx, float volume ) : void | ||
fx | FXGroup | |
volume | float | |
Résultat | void |
public UpdateSkinThermals ( ) : IEnumerator | ||
Résultat | IEnumerator |
public _GetBodyArea ( ModularFlightIntegrator ptd ) : double | ||
ptd | ModularFlightIntegrator | |
Résultat | double |
public _GetSunArea ( ModularFlightIntegrator fi, ModularFlightIntegrator ptd ) : double | ||
fi | ModularFlightIntegrator | |
ptd | ModularFlightIntegrator | |
Résultat | double |
public ModularFlightIntegrator.PartThermalData ptd | ||
Résultat | ModularFlightIntegrator.PartThermalData |