C# 클래스 KerbalEngineer.VesselSimulator.Simulation

파일 보기 프로젝트 열기: CYBUTEK/KerbalEngineer

공개 프로퍼티들

프로퍼티 타입 설명
vesselName String
vesselType VesselType

Private Properties

프로퍼티 타입 설명
ActivateStage void
AllowedToStage bool
BuildDontStageLists void
CalculateThrustAndISP void
UpdateActiveEngines void
UpdateResourceDrains void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ActivateStage ( ) : void
AllowedToStage ( ) : bool
BuildDontStageLists ( LogMsg log ) : void
CalculateThrustAndISP ( ) : void
UpdateActiveEngines ( ) : void
UpdateResourceDrains ( ) : void

메소드 상세

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

FreePooledObject() 공개 메소드

public FreePooledObject ( ) : void
리턴 void

PrepareSimulation() 공개 메소드

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
리턴 bool

RunSimulation() 공개 메소드

public RunSimulation ( LogMsg _log ) : KerbalEngineer.VesselSimulator.Stage[]
_log LogMsg
리턴 KerbalEngineer.VesselSimulator.Stage[]

Simulation() 공개 메소드

public Simulation ( ) : System
리턴 System

UpdatePartMasses() 공개 메소드

public UpdatePartMasses ( ) : double
리턴 double

프로퍼티 상세

vesselName 공개적으로 프로퍼티

public String vesselName
리턴 String

vesselType 공개적으로 프로퍼티

public VesselType vesselType
리턴 VesselType