Kerbal Space Program
1.12.4
|
Classes | |
interface | IAnalyticOverheatModule |
interface | IAnalyticPreview |
This interface allows parts to get a preview of analytic numbers, and then adjust their internal generation. More... | |
interface | IAnalyticTemperatureModifier |
This interface is used to modify the final temps applied to a part's skin and internals. The idea is that there is at most one per part. Analytic will use the Set() to tell the module what temps it plans to set, and what the calculated analytic temp was. Analytic will then set the part's skin and internal temp based on the Gets. More... | |