C# Class RemoteTech.UI.FocusOverlay

Class handling the "focus view" in the Tracking station scene.
Inheritance: IFragment, IDisposable
Afficher le fichier Open project: RemoteTechnologiesGroup/RemoteTech

Méthodes publiques

Свойство Type Description
mTrackButtonListener List

Private Properties

Свойство Type Description
OnButtonDown void
OnButtonUp void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
OnButtonDown ( ) : void
OnButtonUp ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

FocusOverlay() public méthode

public FocusOverlay ( ) : System
Résultat System

OnEnterMapView() public méthode

public OnEnterMapView ( ) : void
Résultat void

OnExitMapView() public méthode

public OnExitMapView ( ) : void
Résultat void

OnVDestroy() public méthode

public OnVDestroy ( Vessel v ) : void
v Vessel
Résultat void

OnVRecover() public méthode

public OnVRecover ( ProtoVessel v, bool t ) : void
v ProtoVessel
t bool
Résultat void

OnVTerminate() public méthode

public OnVTerminate ( ProtoVessel v ) : void
v ProtoVessel
Résultat void

RebuildTrackingListeners() public méthode

public RebuildTrackingListeners ( ) : void
Résultat void

RemoveTrackingListeners() public méthode

public RemoveTrackingListeners ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

mTrackButtonListener public_oe property

public List mTrackButtonListener
Résultat List