C# Class Canguro.Controller.Tracking.HoverController

Inheritance: IDisposable
Afficher le fichier Open project: rforsbach/Treu-Structure Class Usage Examples

Private Properties

Свойство Type Description
MouseMove bool
Paint void
Reset void
getHoverPos System.Vector3
getHoverPos System.Vector3
pickItem Item

Méthodes publiques

Méthode Description
Dispose ( ) : void
HoverController ( ) : System
timerCallback ( object stateInfo ) : void

Private Methods

Méthode Description
MouseMove ( GraphicView activeView, System e ) : bool
Paint ( Device device ) : void
Reset ( GraphicView graphicView ) : void
getHoverPos ( Joint j, Model model, View options ) : System.Vector3
getHoverPos ( LineElement line, GraphicView activeView, Point location, Model model, View options ) : System.Vector3
pickItem ( System e ) : Item

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HoverController() public méthode

public HoverController ( ) : System
Résultat System

timerCallback() public méthode

public timerCallback ( object stateInfo ) : void
stateInfo object
Résultat void