C# Class Engineer.VesselSimulator.Simulation

Afficher le fichier Open project: CYBUTEK/Engineer Class Usage Examples

Méthodes publiques

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

Private Properties

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

Méthodes publiques

Méthode Description
Dump ( ) : void
PrepareSimulation ( List parts, double theGravity, double theAtmosphere, double theVelocity, bool dumpTree = false, bool vectoredThrust = false ) : bool
RunSimulation ( ) : Engineer.VesselSimulator.Stage[]
Simulation ( ) : System

Private Methods

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

Method Details

Dump() public méthode

public Dump ( ) : void
Résultat void

PrepareSimulation() public méthode

public PrepareSimulation ( List parts, double theGravity, double theAtmosphere, double theVelocity, bool dumpTree = false, bool vectoredThrust = false ) : bool
parts List
theGravity double
theAtmosphere double
theVelocity double
dumpTree bool
vectoredThrust bool
Résultat bool

RunSimulation() public méthode

public RunSimulation ( ) : Engineer.VesselSimulator.Stage[]
Résultat Engineer.VesselSimulator.Stage[]

Simulation() public méthode

public Simulation ( ) : System
Résultat System

Property Details

vesselName public_oe property

public String vesselName
Résultat String

vesselType public_oe property

public VesselType vesselType
Résultat VesselType