C# 클래스 Engineer.VesselSimulator.Simulation

파일 보기 프로젝트 열기: CYBUTEK/Engineer 1 사용 예제들

공개 프로퍼티들

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

Private Properties

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

공개 메소드들

메소드 설명
Dump ( ) : void
PrepareSimulation ( List parts, double theGravity, double theAtmosphere, double theVelocity, bool dumpTree = false, bool vectoredThrust = false ) : bool
RunSimulation ( ) : Engineer.VesselSimulator.Stage[]
Simulation ( ) : System

비공개 메소드들

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

메소드 상세

Dump() 공개 메소드

public Dump ( ) : void
리턴 void

PrepareSimulation() 공개 메소드

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

RunSimulation() 공개 메소드

public RunSimulation ( ) : Engineer.VesselSimulator.Stage[]
리턴 Engineer.VesselSimulator.Stage[]

Simulation() 공개 메소드

public Simulation ( ) : System
리턴 System

프로퍼티 상세

vesselName 공개적으로 프로퍼티

public String vesselName
리턴 String

vesselType 공개적으로 프로퍼티

public VesselType vesselType
리턴 VesselType