프로퍼티 | 타입 | 설명 | |
---|---|---|---|
crewGClamp | double | ||
crewGKillChance | double | ||
crewGLimit | double | ||
crewGMin | double | ||
crewGPower | double | ||
crewGWarn | double | ||
is_debugging | bool | ||
ptd | ModularFlightIntegrator.PartThermalData | ||
skinThermalMassReciprocal | double |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FormatTime | string | ||
OnDestroy | void | ||
void |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public Emitter ( string fxName ) : |
||
fxName | string | |
리턴 |
public static PlaySound ( FXGroup fx, float volume ) : void | ||
fx | FXGroup | |
volume | float | |
리턴 | void |
public _GetBodyArea ( ModularFlightIntegrator ptd ) : double | ||
ptd | ModularFlightIntegrator | |
리턴 | double |
public _GetSunArea ( ModularFlightIntegrator fi, ModularFlightIntegrator ptd ) : double | ||
fi | ModularFlightIntegrator | |
ptd | ModularFlightIntegrator | |
리턴 | double |
public ModularFlightIntegrator.PartThermalData ptd | ||
리턴 | ModularFlightIntegrator.PartThermalData |