Table of Contents

Class Data_ScienceExperiment

Namespace
KSP.Modules
Assembly
Assembly-CSharp.dll
public sealed class Data_ScienceExperiment : ModuleData
Inheritance
Data_ScienceExperiment
Inherited Members
Extension Methods

Constructors

Data_ScienceExperiment()

public Data_ScienceExperiment()

Fields

Experiments

[KSPDefinition]
public List<ExperimentConfiguration> Experiments

Field Value

List<ExperimentConfiguration>

Location

[PAMDisplayControl(SortIndex = 5)]
[LocalizedField("PartModules/ScienceExperiment/Location")]
[KSPState(CopyToSymmetrySet = true)]
public ModuleProperty<string> Location

Field Value

ModuleProperty<string>

Properties

ModuleType

public override Type ModuleType { get; }

Property Value

Type