Table of Contents

Struct PartDefinitionContainer

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

Fields

partDefinition

public PartDefinition partDefinition

Field Value

PartDefinition

partGuid

public string partGuid

Field Value

string

partName

public string partName

Field Value

string

partState

[Obsolete("partState should be refactored out of PartDefinitionContainer.  I think the attachment state should be renamed attachment definition and stored here tho.")]
public PartState? partState

Field Value

PartState?