C# Class RemoteTech.UI.ManeuverNodeOverlay

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

Private Properties

Свойство Type Description
OnHideUI void
OnShowUI void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Draw ( ) : void

Draws the RT add node to queue on the maneuver gizmo

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

Private Methods

Méthode Description
OnHideUI ( ) : void
OnShowUI ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

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

ManeuverNodeOverlay() public méthode

public ManeuverNodeOverlay ( ) : System
Résultat System

OnEnterMapView() public méthode

public OnEnterMapView ( ) : void
Résultat void

OnExitMapView() public méthode

public OnExitMapView ( ) : void
Résultat void