C# Class RemoteTech.FlightComputerGUI

Show file Open project: JDPKSP/RemoteTechLegacy Class Usage Examples

Public Properties

Property Type Description
ATTITUDE_ID int
THROTTLE_ID int
arrows string
attitudeButtons List
core RemoteCore
rover roverControl
throttle SimpleThrottle

Public Methods

Method Description
AttitudeGUI ( int windowID ) : void
FlightComputerGUI ( RemoteCore corein ) : System
ShutDown ( ) : void
ThrottleGUI ( int windowID ) : void
update ( ) : void

Method Details

AttitudeGUI() public method

public AttitudeGUI ( int windowID ) : void
windowID int
return void

FlightComputerGUI() public method

public FlightComputerGUI ( RemoteCore corein ) : System
corein RemoteCore
return System

ShutDown() public method

public ShutDown ( ) : void
return void

ThrottleGUI() public method

public ThrottleGUI ( int windowID ) : void
windowID int
return void

update() public method

public update ( ) : void
return void

Property Details

ATTITUDE_ID public property

public int ATTITUDE_ID
return int

THROTTLE_ID public property

public int THROTTLE_ID
return int

arrows public property

public string arrows
return string

attitudeButtons public property

public List attitudeButtons
return List

core public property

public RemoteCore,RemoteTech core
return RemoteCore

rover public property

public roverControl,RemoteTech rover
return roverControl

throttle public property

public SimpleThrottle,RemoteTech throttle
return SimpleThrottle