프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public Drive ( RemoteTech dc, FlightCtrlState fs ) : bool | ||
dc | RemoteTech | |
fs | FlightCtrlState | |
리턴 | bool |