Table of Contents

Struct SerializedPartModule

Namespace
KSP.Sim.Definitions
Assembly
Assembly-CSharp.dll
public struct SerializedPartModule
Inherited Members
Extension Methods

Constructors

SerializedPartModule(PartBehaviourModule, bool)

public SerializedPartModule(PartBehaviourModule partModule, bool cloneModuleData)

Parameters

partModule PartBehaviourModule
cloneModuleData bool

SerializedPartModule(PartComponentModule, bool)

public SerializedPartModule(PartComponentModule partModule, bool cloneModuleData)

Parameters

partModule PartComponentModule
cloneModuleData bool

Fields

BehaviourType

public Type BehaviourType

Field Value

Type

ComponentType

public Type ComponentType

Field Value

Type

ModuleData

public List<SerializedModuleData> ModuleData

Field Value

List<SerializedModuleData>

Name

public string Name

Field Value

string