C# Класс KerbalEngineer.Flight.Readouts.Rendezvous.TargetSelector

Наследование: ReadoutModule
Показать файл Открыть проект

Открытые методы

Метод Описание
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