Table of Contents

Class ThermalBehavior

Namespace
KSP.Sim.impl
Assembly
Assembly-CSharp.dll
public class ThermalBehavior : ViewObjectComponent<ThermalComponent>, IUpdate, IFixedUpdate, ILateUpdate
Inheritance
ThermalBehavior
Implements
Inherited Members
Extension Methods

Constructors

ThermalBehavior()

public ThermalBehavior()

Properties

Model

public ThermalComponent Model { get; }

Property Value

ThermalComponent

Methods

OnFixedUpdate(float)

public void OnFixedUpdate(float deltaTime)

Parameters

deltaTime float

SyncTo(ThermalComponent)

public override void SyncTo(ThermalComponent simObjectComponent)

Parameters

simObjectComponent ThermalComponent