C# 클래스 RemoteTech.FlightComputerGUI

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

공개 프로퍼티들

프로퍼티 타입 설명
ATTITUDE_ID int
THROTTLE_ID int
arrows string
attitudeButtons List
core RemoteCore
rover roverControl
throttle SimpleThrottle

공개 메소드들

메소드 설명
AttitudeGUI ( int windowID ) : void
FlightComputerGUI ( RemoteCore corein ) : System
ShutDown ( ) : void
ThrottleGUI ( int windowID ) : void
update ( ) : void

메소드 상세

AttitudeGUI() 공개 메소드

public AttitudeGUI ( int windowID ) : void
windowID int
리턴 void

FlightComputerGUI() 공개 메소드

public FlightComputerGUI ( RemoteCore corein ) : System
corein RemoteCore
리턴 System

ShutDown() 공개 메소드

public ShutDown ( ) : void
리턴 void

ThrottleGUI() 공개 메소드

public ThrottleGUI ( int windowID ) : void
windowID int
리턴 void

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

ATTITUDE_ID 공개적으로 프로퍼티

public int ATTITUDE_ID
리턴 int

THROTTLE_ID 공개적으로 프로퍼티

public int THROTTLE_ID
리턴 int

arrows 공개적으로 프로퍼티

public string arrows
리턴 string

attitudeButtons 공개적으로 프로퍼티

public List attitudeButtons
리턴 List

core 공개적으로 프로퍼티

public RemoteCore,RemoteTech core
리턴 RemoteCore

rover 공개적으로 프로퍼티

public roverControl,RemoteTech rover
리턴 roverControl

throttle 공개적으로 프로퍼티

public SimpleThrottle,RemoteTech throttle
리턴 SimpleThrottle