Table of Contents

Struct SerializedSituation

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
[Obsolete("SerializedVessel should be refactored to separate out part states, etc and replace this")]
public struct SerializedSituation
Inherited Members
Extension Methods

Fields

componentDefinitions

public Dictionary<string, object> componentDefinitions

Field Value

Dictionary<string, object>

componentStates

public Dictionary<string, object> componentStates

Field Value

Dictionary<string, object>

simObjectState

public SimulationObjectState? simObjectState

Field Value

SimulationObjectState?