C# 클래스 RemoteTech.UI.FocusOverlay

Class handling the "focus view" in the Tracking station scene.
상속: IFragment, IDisposable
파일 보기 프로젝트 열기: RemoteTechnologiesGroup/RemoteTech

공개 프로퍼티들

프로퍼티 타입 설명
mTrackButtonListener List

Private Properties

프로퍼티 타입 설명
OnButtonDown void
OnButtonUp void

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( ) : void
FocusOverlay ( ) : System
OnEnterMapView ( ) : void
OnExitMapView ( ) : void
OnVDestroy ( Vessel v ) : void
OnVRecover ( ProtoVessel v, bool t ) : void
OnVTerminate ( ProtoVessel v ) : void
RebuildTrackingListeners ( ) : void
RemoveTrackingListeners ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
OnButtonDown ( ) : void
OnButtonUp ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

FocusOverlay() 공개 메소드

public FocusOverlay ( ) : System
리턴 System

OnEnterMapView() 공개 메소드

public OnEnterMapView ( ) : void
리턴 void

OnExitMapView() 공개 메소드

public OnExitMapView ( ) : void
리턴 void

OnVDestroy() 공개 메소드

public OnVDestroy ( Vessel v ) : void
v Vessel
리턴 void

OnVRecover() 공개 메소드

public OnVRecover ( ProtoVessel v, bool t ) : void
v ProtoVessel
t bool
리턴 void

OnVTerminate() 공개 메소드

public OnVTerminate ( ProtoVessel v ) : void
v ProtoVessel
리턴 void

RebuildTrackingListeners() 공개 메소드

public RebuildTrackingListeners ( ) : void
리턴 void

RemoveTrackingListeners() 공개 메소드

public RemoveTrackingListeners ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

mTrackButtonListener 공개적으로 프로퍼티

public List mTrackButtonListener
리턴 List