C# Class SSTUTools.SSTUModularHeatShield

Inheritance: PartModule, IPartMassModifier, IPartCostModifier
Afficher le fichier Open project: shadowmage45/SSTULabs

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
GetModuleCost ( float defaultCost, ModifierStagingSituation sit ) : float
GetModuleCostChangeWhen ( ) : ModifierChangeWhen
GetModuleMass ( float defaultMass, ModifierStagingSituation sit ) : float
GetModuleMassChangeWhen ( ) : ModifierChangeWhen
OnLoad ( ConfigNode node ) : void
OnStart ( StartState state ) : void
Start ( ) : void
onDiameterUpdated ( BaseField field, object obj ) : void
onTypeUpdated ( BaseField field, object obj ) : void

Private Methods

Méthode Description
applyAblation ( double tempDelta, float effectiveness ) : void
initialize ( ) : void
setDiameterFromEditor ( float newDiameter, bool updateSymmetry ) : void
setModelDiameter ( float diameter ) : void
setShieldTypeFromEditor ( String newType, bool updateSymmetry ) : void
updateAttachNodes ( bool userInput ) : void
updateDebugGuiStatus ( ) : void
updateDragCube ( ) : void
updateEditorFields ( ) : void
updateFairing ( bool userInput ) : void
updateModuleStats ( ) : void
updatePartCost ( ) : void
updatePartResources ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

GetModuleCost() public méthode

public GetModuleCost ( float defaultCost, ModifierStagingSituation sit ) : float
defaultCost float
sit ModifierStagingSituation
Résultat float

GetModuleCostChangeWhen() public méthode

public GetModuleCostChangeWhen ( ) : ModifierChangeWhen
Résultat ModifierChangeWhen

GetModuleMass() public méthode

public GetModuleMass ( float defaultMass, ModifierStagingSituation sit ) : float
defaultMass float
sit ModifierStagingSituation
Résultat float

GetModuleMassChangeWhen() public méthode

public GetModuleMassChangeWhen ( ) : ModifierChangeWhen
Résultat ModifierChangeWhen

OnLoad() public méthode

public OnLoad ( ConfigNode node ) : void
node System.ConfigNode
Résultat void

OnStart() public méthode

public OnStart ( StartState state ) : void
state StartState
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

onDiameterUpdated() public méthode

public onDiameterUpdated ( BaseField field, object obj ) : void
field BaseField
obj object
Résultat void

onTypeUpdated() public méthode

public onTypeUpdated ( BaseField field, object obj ) : void
field BaseField
obj object
Résultat void