C# 클래스 KerbalEngineer.Flight.Readouts.Surface.AtmosphericProcessor

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

공개 메소드들

메소드 설명
RequestUpdate ( ) : void

Request an update to calculate the details.

Update ( ) : void

Updates the details by recalculating if requested.

비공개 메소드들

메소드 설명
CheckAeroMods ( ) : void

메소드 상세

RequestUpdate() 공개 정적인 메소드

Request an update to calculate the details.
public static RequestUpdate ( ) : void
리턴 void

Update() 공개 메소드

Updates the details by recalculating if requested.
public Update ( ) : void
리턴 void