C# 클래스 Engineer.VesselSimulator.EngineSim

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

공개 프로퍼티들

프로퍼티 타입 설명
actualThrust double
isActive bool
isp double
partSim PartSim
thrust double
thrustVec Vector3

공개 메소드들

메소드 설명
DumpEngineToBuffer ( StringBuilder buffer, String prefix ) : void
EngineSim ( PartSim theEngine, double atmosphere, double velocity, float maxThrust, float minThrust, float thrustPercentage, float requestedThrust, Vector3 vecThrust, float realIsp, FloatCurve atmosphereCurve, FloatCurve velocityCurve, bool throttleLocked, List propellants, bool active, bool correctThrust ) : System
SetResourceDrains ( List allParts, List allFuelLines, HashSet drainingParts ) : bool

메소드 상세

DumpEngineToBuffer() 공개 메소드

public DumpEngineToBuffer ( StringBuilder buffer, String prefix ) : void
buffer StringBuilder
prefix String
리턴 void

EngineSim() 공개 메소드

public EngineSim ( PartSim theEngine, double atmosphere, double velocity, float maxThrust, float minThrust, float thrustPercentage, float requestedThrust, Vector3 vecThrust, float realIsp, FloatCurve atmosphereCurve, FloatCurve velocityCurve, bool throttleLocked, List propellants, bool active, bool correctThrust ) : System
theEngine PartSim
atmosphere double
velocity double
maxThrust float
minThrust float
thrustPercentage float
requestedThrust float
vecThrust Vector3
realIsp float
atmosphereCurve FloatCurve
velocityCurve FloatCurve
throttleLocked bool
propellants List
active bool
correctThrust bool
리턴 System

SetResourceDrains() 공개 메소드

public SetResourceDrains ( List allParts, List allFuelLines, HashSet drainingParts ) : bool
allParts List
allFuelLines List
drainingParts HashSet
리턴 bool

프로퍼티 상세

actualThrust 공개적으로 프로퍼티

public double actualThrust
리턴 double

isActive 공개적으로 프로퍼티

public bool isActive
리턴 bool

isp 공개적으로 프로퍼티

public double isp
리턴 double

partSim 공개적으로 프로퍼티

public PartSim,Engineer.VesselSimulator partSim
리턴 PartSim

thrust 공개적으로 프로퍼티

public double thrust
리턴 double

thrustVec 공개적으로 프로퍼티

public Vector3 thrustVec
리턴 Vector3