C# Class Canguro.Controller.Tracking.HoverController

Inheritance: IDisposable
Exibir arquivo Open project: rforsbach/Treu-Structure Class Usage Examples

Private Properties

Property Type Description
MouseMove bool
Paint void
Reset void
getHoverPos System.Vector3
getHoverPos System.Vector3
pickItem Item

Public Methods

Method Description
Dispose ( ) : void
HoverController ( ) : System
timerCallback ( object stateInfo ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

HoverController() public method

public HoverController ( ) : System
return System

timerCallback() public method

public timerCallback ( object stateInfo ) : void
stateInfo object
return void