Table of Contents

Class PredefinedKerbalData

Namespace
KSP.Game
Assembly
Assembly-CSharp.dll
public class PredefinedKerbalData
Inheritance
PredefinedKerbalData
Inherited Members
Extension Methods

Constructors

PredefinedKerbalData(KerbalOriginType, Dictionary<string, object>)

public PredefinedKerbalData(KerbalOriginType originType, Dictionary<string, object> rawAttributes)

Parameters

originType KerbalOriginType
rawAttributes Dictionary<string, object>

Fields

OriginType

public KerbalOriginType OriginType

Field Value

KerbalOriginType

RawAttributes

public Dictionary<string, object> RawAttributes

Field Value

Dictionary<string, object>