C# Class KerbalEngineer.Flight.Readouts.Rendezvous.TargetSelector

Inheritance: ReadoutModule
Show file Open project: CYBUTEK/KerbalEngineer

Public Methods

Method Description
Draw ( KerbalEngineer.Flight.Sections.SectionModule section ) : void

Draws the target selector structure.

TargetSelector ( ) : KerbalEngineer.Flight.Sections

Private Methods

Method Description
DrawBackToTypes ( ) : void

Draws the back to types button.

DrawMoons ( ) : int

Draws targetable moons.

DrawPlanets ( ) : int

Draws the targetable planets.

DrawSearch ( ) : void

Draws the search bar.

DrawTarget ( KerbalEngineer.Flight.Sections.SectionModule section ) : void

Draws the target information when selected.

DrawTargetList ( ) : void

Draws the target list.

DrawTypes ( ) : void

Draws the button list of target types.

DrawVessels ( ) : int

Draws targetable vessels.

SetTargetAs ( ITargetable target ) : void
SetTypeAs ( VesselType vesselType ) : void
SetTypeAsBody ( ) : void

Method Details

Draw() public method

Draws the target selector structure.
public Draw ( KerbalEngineer.Flight.Sections.SectionModule section ) : void
section KerbalEngineer.Flight.Sections.SectionModule
return void

TargetSelector() public method

public TargetSelector ( ) : KerbalEngineer.Flight.Sections
return KerbalEngineer.Flight.Sections