C# Класс RemoteTech.UI.FocusFragment

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

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

Метод Описание
Draw ( ) : void
resetSelection ( ) : void

This method resets the current selected state button on the FocusFragment. Should be called by enter map view.

resetTarget ( ) : MapObject

Reset the current target object on the PlanetariumCamera to the Active vessel or if there is no active vessel (tracking station), back to Kerbin

setSelection ( Vessel v ) : void

This method sets the selection of the focus overlay. Should be called when a tracking station button is clicked

Описание методов

Draw() публичный Метод

public Draw ( ) : void
Результат void

resetSelection() публичный Метод

This method resets the current selected state button on the FocusFragment. Should be called by enter map view.
public resetSelection ( ) : void
Результат void

resetTarget() публичный Метод

Reset the current target object on the PlanetariumCamera to the Active vessel or if there is no active vessel (tracking station), back to Kerbin
public resetTarget ( ) : MapObject
Результат MapObject

setSelection() публичный Метод

This method sets the selection of the focus overlay. Should be called when a tracking station button is clicked
public setSelection ( Vessel v ) : void
v Vessel
Результат void