Table of Contents

Class PartComponentModule_Heatshield

Namespace
KSP.Sim.impl
Assembly
Assembly-CSharp.dll
public class PartComponentModule_Heatshield : PartComponentModule
Inheritance
PartComponentModule_Heatshield
Inherited Members
Extension Methods

Constructors

PartComponentModule_Heatshield()

public PartComponentModule_Heatshield()

Fields

_dataHeatshield

protected Data_Heatshield _dataHeatshield

Field Value

Data_Heatshield

Properties

PartBehaviourModuleType

public override Type PartBehaviourModuleType { get; }

Property Value

Type

Methods

OnStart(double)

public override void OnStart(double universalTime)

Parameters

universalTime double

OnUpdate(double, double)

public override void OnUpdate(double universalTime, double deltaUniversalTime)

Parameters

universalTime double
deltaUniversalTime double

ResourceConsumptionUpdate(double)

protected void ResourceConsumptionUpdate(double deltaTime)

Parameters

deltaTime double