C# Class RemoteTech.UI.FocusOverlay

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

Public Properties

Property Type Description
mTrackButtonListener List

Private Properties

Property Type Description
OnButtonDown void
OnButtonUp void

Public Methods

Method 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

Method Description
OnButtonDown ( ) : void
OnButtonUp ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

FocusOverlay() public method

public FocusOverlay ( ) : System
return System

OnEnterMapView() public method

public OnEnterMapView ( ) : void
return void

OnExitMapView() public method

public OnExitMapView ( ) : void
return void

OnVDestroy() public method

public OnVDestroy ( Vessel v ) : void
v Vessel
return void

OnVRecover() public method

public OnVRecover ( ProtoVessel v, bool t ) : void
v ProtoVessel
t bool
return void

OnVTerminate() public method

public OnVTerminate ( ProtoVessel v ) : void
v ProtoVessel
return void

RebuildTrackingListeners() public method

public RebuildTrackingListeners ( ) : void
return void

RemoveTrackingListeners() public method

public RemoveTrackingListeners ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

mTrackButtonListener public_oe property

public List mTrackButtonListener
return List