Reset() public method

public Reset ( GraphicView activeView ) : void
activeView GraphicView
return void
Example #1
0
 public void Reset(Canguro.View.GraphicView activeView)
 {
     if (trackingService != null)
     {
         trackingService.Reset(activeView);
     }
     snapController.Reset(activeView);
     hoverController.Reset(activeView);
 }