C# Class DeadlyReentry.ModuleHeatShield

Inheritance: ModuleAeroReentry
Show file Open project: NathanKell/DeadlyReentry

Public Properties

Property Type Description
ablative PartResource
density double
downDir int
invDensity double
origConductivity double
pyrolysisLoss double

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Private Methods

Method Description
UpdateColor ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

ablative public property

public PartResource ablative
return PartResource

density public property

public double density
return double

downDir public property

public int downDir
return int

invDensity public property

public double invDensity
return double

origConductivity public property

public double origConductivity
return double

pyrolysisLoss public property

public double pyrolysisLoss
return double