C# 클래스 KerbalEngineer.Flight.Readouts.Rendezvous.TargetSelector

상속: ReadoutModule
파일 보기 프로젝트 열기: CYBUTEK/KerbalEngineer

공개 메소드들

메소드 설명
Draw ( KerbalEngineer.Flight.Sections.SectionModule section ) : void

Draws the target selector structure.

TargetSelector ( ) : KerbalEngineer.Flight.Sections

비공개 메소드들

메소드 설명
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

메소드 상세

Draw() 공개 메소드

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

TargetSelector() 공개 메소드

public TargetSelector ( ) : KerbalEngineer.Flight.Sections
리턴 KerbalEngineer.Flight.Sections