C# Class KerbalEngineer.VesselSimulator.Simulation

Afficher le fichier Open project: CYBUTEK/KerbalEngineer

Méthodes publiques

Свойство Type Description
vesselName String
vesselType VesselType

Private Properties

Свойство Type Description
ActivateStage void
AllowedToStage bool
BuildDontStageLists void
CalculateThrustAndISP void
UpdateActiveEngines void
UpdateResourceDrains void

Méthodes publiques

Méthode Description
Dump ( ) : void
FreePooledObject ( ) : void
PrepareSimulation ( LogMsg _log, List parts, double theGravity, double theAtmosphere, double theMach, bool dumpTree = false, bool vectoredThrust = false, bool fullThrust = false ) : bool
RunSimulation ( LogMsg _log ) : KerbalEngineer.VesselSimulator.Stage[]
Simulation ( ) : System
UpdatePartMasses ( ) : double

Private Methods

Méthode Description
ActivateStage ( ) : void
AllowedToStage ( ) : bool
BuildDontStageLists ( LogMsg log ) : void
CalculateThrustAndISP ( ) : void
UpdateActiveEngines ( ) : void
UpdateResourceDrains ( ) : void

Method Details

Dump() public méthode

public Dump ( ) : void
Résultat void

FreePooledObject() public méthode

public FreePooledObject ( ) : void
Résultat void

PrepareSimulation() public méthode

public PrepareSimulation ( LogMsg _log, List parts, double theGravity, double theAtmosphere, double theMach, bool dumpTree = false, bool vectoredThrust = false, bool fullThrust = false ) : bool
_log LogMsg
parts List
theGravity double
theAtmosphere double
theMach double
dumpTree bool
vectoredThrust bool
fullThrust bool
Résultat bool

RunSimulation() public méthode

public RunSimulation ( LogMsg _log ) : KerbalEngineer.VesselSimulator.Stage[]
_log LogMsg
Résultat KerbalEngineer.VesselSimulator.Stage[]

Simulation() public méthode

public Simulation ( ) : System
Résultat System

UpdatePartMasses() public méthode

public UpdatePartMasses ( ) : double
Résultat double

Property Details

vesselName public_oe property

public String vesselName
Résultat String

vesselType public_oe property

public VesselType vesselType
Résultat VesselType