Table of Contents

Class TripPlanner.TripEdgeDataContext

Namespace
KSP.Game
Assembly
Assembly-CSharp.dll
public class TripPlanner.TripEdgeDataContext : DataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
Inheritance
TripPlanner.TripEdgeDataContext
Implements
Inherited Members
Extension Methods

Constructors

TripEdgeDataContext(string, double, double, double, bool)

public TripEdgeDataContext(string destinationName, double deltaVTotalCost, double deltaVCost, double inclinationCost, bool aerobrakePossible)

Parameters

destinationName string
deltaVTotalCost double
deltaVCost double
inclinationCost double
aerobrakePossible bool

Fields

AerobrakePossible

public Property<bool> AerobrakePossible

Field Value

Property<bool>

DeltaVCost

public Property<double> DeltaVCost

Field Value

Property<double>

DeltaVTotalCost

public Property<double> DeltaVTotalCost

Field Value

Property<double>

InclinationCost

public Property<double> InclinationCost

Field Value

Property<double>

LocalizedDestination

public Property<string> LocalizedDestination

Field Value

Property<string>

Methods

LocalizeDestination()

public void LocalizeDestination()