C# 클래스 RemoteTech.UI.AttitudeFragment

상속: IFragment
파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Confirm void
OnAttitudeClick IEnumerator
OnBurnClick void
OnExecClick void
OnModeClick IEnumerator

공개 메소드들

메소드 설명
AttitudeFragment ( FlightComputer fc, System.Action queue ) : System
Draw ( ) : void
Reset ( ) : void

Reset the modes

getActiveFlightMode ( ) : void

Get the current active FlightMode and map it to the Computermode

비공개 메소드들

메소드 설명
Confirm ( ) : void
OnAttitudeClick ( FlightAttitude state ) : IEnumerator
OnBurnClick ( ) : void
OnExecClick ( ) : void
OnModeClick ( ComputerMode state ) : IEnumerator

메소드 상세

AttitudeFragment() 공개 메소드

public AttitudeFragment ( FlightComputer fc, System.Action queue ) : System
fc FlightComputer
queue System.Action
리턴 System

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Reset() 공개 메소드

Reset the modes
public Reset ( ) : void
리턴 void

getActiveFlightMode() 공개 메소드

Get the current active FlightMode and map it to the Computermode
public getActiveFlightMode ( ) : void
리턴 void