Class EngineeringReportStats
- Namespace
- KSP.OAB
- Assembly
- Assembly-CSharp.dll
public class EngineeringReportStats
- Inheritance
-
EngineeringReportStats
- Inherited Members
-
- Extension Methods
-
Constructors
EngineeringReportStats()
public EngineeringReportStats()
Properties
DataContext
public DataContext DataContext { get; }
Property Value
- DataContext
DryMass
public Property<float> DryMass { get; }
Property Value
- Property<float>
Height
public Property<float> Height { get; }
Property Value
- Property<float>
Length
public Property<float> Length { get; }
Property Value
- Property<float>
Mass
public Property<float> Mass { get; }
Property Value
- Property<float>
NumberOfParts
public Property<int> NumberOfParts { get; }
Property Value
- Property<int>
ThrustToWeight
public Property<float> ThrustToWeight { get; }
Property Value
- Property<float>
Width
public Property<float> Width { get; }
Property Value
- Property<float>
Methods
ResetValues()
public void ResetValues()