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
partModulePartBehaviourModulecloneModuleDatabool
SerializedPartModule(PartComponentModule, bool)
public SerializedPartModule(PartComponentModule partModule, bool cloneModuleData)
Parameters
partModulePartComponentModulecloneModuleDatabool
Fields
BehaviourType
public Type BehaviourType
Field Value
ComponentType
public Type ComponentType
Field Value
ModuleData
public List<SerializedModuleData> ModuleData
Field Value
Name
public string Name