C# Class RemoteTech.UI.ManeuverNodeOverlay

Class adding and handling a new button to maneuver nodes.
Inheritance: IFragment, IDisposable
Mostra file Open project: RemoteTechnologiesGroup/RemoteTech Class Usage Examples

Private Properties

Property Type Description
OnHideUI void
OnShowUI void

Public Methods

Method Description
Dispose ( ) : void
Draw ( ) : void

Draws the RT add node to queue on the maneuver gizmo

ManeuverNodeOverlay ( ) : System
OnEnterMapView ( ) : void
OnExitMapView ( ) : void

Private Methods

Method Description
OnHideUI ( ) : void
OnShowUI ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

Draws the RT add node to queue on the maneuver gizmo
public Draw ( ) : void
return void

ManeuverNodeOverlay() public method

public ManeuverNodeOverlay ( ) : System
return System

OnEnterMapView() public method

public OnEnterMapView ( ) : void
return void

OnExitMapView() public method

public OnExitMapView ( ) : void
return void