C# 클래스 KerbalEngineer.Flight.Readouts.Vessel.IntakeAirDemandSupply

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

공개 메소드들

메소드 설명
Draw ( KerbalEngineer.Flight.Sections.SectionModule section ) : void
GetDemand ( ) : double
GetSupply ( ) : double
IntakeAirDemandSupply ( ) : System.Linq
Update ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( KerbalEngineer.Flight.Sections.SectionModule section ) : void
section KerbalEngineer.Flight.Sections.SectionModule
리턴 void

GetDemand() 공개 정적인 메소드

public static GetDemand ( ) : double
리턴 double

GetSupply() 공개 정적인 메소드

public static GetSupply ( ) : double
리턴 double

IntakeAirDemandSupply() 공개 메소드

public IntakeAirDemandSupply ( ) : System.Linq
리턴 System.Linq

Update() 공개 메소드

public Update ( ) : void
리턴 void