Class SerializedAssembly
- Namespace
- KSP.Sim
- Assembly
- Assembly-CSharp.dll
public class SerializedAssembly
- Inheritance
-
SerializedAssembly
- Inherited Members
-
- Extension Methods
-
Constructors
SerializedAssembly()
public SerializedAssembly()
Fields
AssemblyDefinition
public AssemblyDefinition AssemblyDefinition
Field Value
- AssemblyDefinition
AssemblyOABConfig
public AssemblyOABConfig AssemblyOABConfig
Field Value
- AssemblyOABConfig
AuthorityPlayerId
public byte AuthorityPlayerId
Field Value
- byte
CURRENT_VERSION
public static readonly string CURRENT_VERSION
Field Value
- string
CameraGimbalSate
public GimbalState CameraGimbalSate
Field Value
- GimbalState
DEFAULT_AUTHORITY_PLAYER_ID
public const byte DEFAULT_AUTHORITY_PLAYER_ID = 0
Field Value
- byte
DEFAULT_OWNER_PLAYER_GUID_STRING
public const string DEFAULT_OWNER_PLAYER_GUID_STRING = ""
Field Value
- string
DEFAULT_OWNER_PLAYER_ID
public const byte DEFAULT_OWNER_PLAYER_ID = 0
Field Value
- byte
Guid
Field Value
- IGGuid
IsDebris
Field Value
- bool
OwnerPlayerGuidString
public string OwnerPlayerGuidString
Field Value
- string
OwnerPlayerId
public byte OwnerPlayerId
Field Value
- byte
PLAYER_GUID_STRING_NONE
public const string PLAYER_GUID_STRING_NONE = ""
Field Value
- string
SymmetrySets
public List<SymmetrySetData> SymmetrySets
Field Value
- List<SymmetrySetData>
Version
Field Value
- string
kerbalState
public KerbalState kerbalState
Field Value
- KerbalState
location
public SerializedLocation location
Field Value
- SerializedLocation
maneuverPlanState
public ManeuverPlanState maneuverPlanState
Field Value
- ManeuverPlanState
partOwnerState
public PartOwnerState partOwnerState
Field Value
- PartOwnerState
parts
public List<SerializedPart> parts
Field Value
- List<SerializedPart>
stagingState
public StagingState stagingState
Field Value
- StagingState
vesselState
public VesselState vesselState
Field Value
- VesselState
Methods
UpdateGuids(DictionaryValueList<IGGuid, IGGuid>)
public void UpdateGuids(DictionaryValueList<IGGuid, IGGuid> partIdsToChange)
Parameters
partIdsToChange DictionaryValueList<IGGuid, IGGuid>