C# Class DeadlyReentry.ModuleAeroReentry

Inheritance: PartModule
Afficher le fichier Open project: NathanKell/DeadlyReentry

Méthodes publiques

Свойство Type Description
crewGClamp double
crewGKillChance double
crewGLimit double
crewGMin double
crewGPower double
crewGWarn double
is_debugging bool
ptd ModularFlightIntegrator.PartThermalData
skinThermalMassReciprocal double

Private Properties

Свойство Type Description
FormatTime string
OnDestroy void
print void

Méthodes publiques

Méthode Description
AddDamage ( float dmg ) : void
CalculateAreas ( float &radArea, float &exposedArea, float &totalArea ) : void
CheckForFire ( ) : void
CheckGeeForces ( ) : void
Emitter ( string fxName ) : GameObject
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

Private Methods

Méthode Description
FormatTime ( double time ) : string
OnDestroy ( ) : void
print ( string msg ) : void

Method Details

AddDamage() public méthode

public AddDamage ( float dmg ) : void
dmg float
Résultat void

CalculateAreas() public méthode

public CalculateAreas ( float &radArea, float &exposedArea, float &totalArea ) : void
radArea float
exposedArea float
totalArea float
Résultat void

CheckForFire() public méthode

public CheckForFire ( ) : void
Résultat void

CheckGeeForces() public méthode

public CheckGeeForces ( ) : void
Résultat void

Emitter() public méthode

public Emitter ( string fxName ) : GameObject
fxName string
Résultat UnityEngine.GameObject

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnAwake() public méthode

public OnAwake ( ) : void
Résultat void

OnVesselWasModified() public méthode

public OnVesselWasModified ( Vessel v ) : void
v Vessel
Résultat void

PlaySound() public static méthode

public static PlaySound ( FXGroup fx, float volume ) : void
fx FXGroup
volume float
Résultat void

SetDamageLabel() public méthode

public SetDamageLabel ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateConvection() public méthode

public UpdateConvection ( ) : void
Résultat void

UpdateRadiation() public méthode

public UpdateRadiation ( ) : void
Résultat void

UpdateSkinConduction() public méthode

public UpdateSkinConduction ( ) : void
Résultat void

UpdateSkinThermals() public méthode

public UpdateSkinThermals ( ) : IEnumerator
Résultat IEnumerator

_GetBodyArea() public méthode

public _GetBodyArea ( ModularFlightIntegrator ptd ) : double
ptd ModularFlightIntegrator
Résultat double

_GetSunArea() public méthode

public _GetSunArea ( ModularFlightIntegrator fi, ModularFlightIntegrator ptd ) : double
fi ModularFlightIntegrator
ptd ModularFlightIntegrator
Résultat double

Property Details

crewGClamp public_oe static_oe property

public static double crewGClamp
Résultat double

crewGKillChance public_oe static_oe property

public static double crewGKillChance
Résultat double

crewGLimit public_oe static_oe property

public static double crewGLimit
Résultat double

crewGMin public_oe static_oe property

public static double crewGMin
Résultat double

crewGPower public_oe static_oe property

public static double crewGPower
Résultat double

crewGWarn public_oe static_oe property

public static double crewGWarn
Résultat double

is_debugging public_oe property

public bool is_debugging
Résultat bool

ptd public_oe property

public ModularFlightIntegrator.PartThermalData ptd
Résultat ModularFlightIntegrator.PartThermalData

skinThermalMassReciprocal public_oe property

public double skinThermalMassReciprocal
Résultat double