C# 클래스 KerbalEngineer.VesselSimulator.Stage

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

공개 프로퍼티들

프로퍼티 타입 설명
actualThrust double
actualThrustToWeight double
cost double
deltaV double
inverseTotalDeltaV double
isp double
mass double
maxMach float
maxThrustToWeight double
maxThrustTorque double
number int
partCount int
rcsMass double
resourceMass double
thrust double
thrustOffsetAngle double
thrustToWeight double
time double
totalCost double
totalDeltaV double
totalMass double
totalPartCount int
totalTime double

공개 메소드들

메소드 설명
Dump ( LogMsg log ) : void

메소드 상세

Dump() 공개 메소드

public Dump ( LogMsg log ) : void
log LogMsg
리턴 void

프로퍼티 상세

actualThrust 공개적으로 프로퍼티

public double actualThrust
리턴 double

actualThrustToWeight 공개적으로 프로퍼티

public double actualThrustToWeight
리턴 double

cost 공개적으로 프로퍼티

public double cost
리턴 double

deltaV 공개적으로 프로퍼티

public double deltaV
리턴 double

inverseTotalDeltaV 공개적으로 프로퍼티

public double inverseTotalDeltaV
리턴 double

isp 공개적으로 프로퍼티

public double isp
리턴 double

mass 공개적으로 프로퍼티

public double mass
리턴 double

maxMach 공개적으로 프로퍼티

public float maxMach
리턴 float

maxThrustToWeight 공개적으로 프로퍼티

public double maxThrustToWeight
리턴 double

maxThrustTorque 공개적으로 프로퍼티

public double maxThrustTorque
리턴 double

number 공개적으로 프로퍼티

public int number
리턴 int

partCount 공개적으로 프로퍼티

public int partCount
리턴 int

rcsMass 공개적으로 프로퍼티

public double rcsMass
리턴 double

resourceMass 공개적으로 프로퍼티

public double resourceMass
리턴 double

thrust 공개적으로 프로퍼티

public double thrust
리턴 double

thrustOffsetAngle 공개적으로 프로퍼티

public double thrustOffsetAngle
리턴 double

thrustToWeight 공개적으로 프로퍼티

public double thrustToWeight
리턴 double

time 공개적으로 프로퍼티

public double time
리턴 double

totalCost 공개적으로 프로퍼티

public double totalCost
리턴 double

totalDeltaV 공개적으로 프로퍼티

public double totalDeltaV
리턴 double

totalMass 공개적으로 프로퍼티

public double totalMass
리턴 double

totalPartCount 공개적으로 프로퍼티

public int totalPartCount
리턴 int

totalTime 공개적으로 프로퍼티

public double totalTime
리턴 double