C# 클래스 RemoteTech.UI.FocusFragment

상속: IFragment
파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech

공개 메소드들

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