C# 클래스 RemoteTech.FlightComputer.RoverComputer

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

Private Properties

프로퍼티 타입 설명
BrakeSpeed float
Coord bool
Distance bool
DistanceHeading bool
Turn bool

공개 메소드들

메소드 설명
Drive ( RemoteTech dc, FlightCtrlState fs ) : bool
InitMode ( RemoteTech dc ) : void
RoverComputer ( ) : System
SetVessel ( Vessel v ) : void

비공개 메소드들

메소드 설명
BrakeSpeed ( float speed, float actualSpeed ) : float
Coord ( RemoteTech dc, FlightCtrlState fs ) : bool
Distance ( RemoteTech dc, FlightCtrlState fs ) : bool
DistanceHeading ( RemoteTech dc, FlightCtrlState fs ) : bool
Turn ( RemoteTech dc, FlightCtrlState fs ) : bool

메소드 상세

Drive() 공개 메소드

public Drive ( RemoteTech dc, FlightCtrlState fs ) : bool
dc RemoteTech
fs FlightCtrlState
리턴 bool

InitMode() 공개 메소드

public InitMode ( RemoteTech dc ) : void
dc RemoteTech
리턴 void

RoverComputer() 공개 메소드

public RoverComputer ( ) : System
리턴 System

SetVessel() 공개 메소드

public SetVessel ( Vessel v ) : void
v Vessel
리턴 void