Reset() private method

private Reset ( GraphicView graphicView ) : void
graphicView GraphicView
return void
コード例 #1
0
 public void Reset(Canguro.View.GraphicView activeView)
 {
     if (trackingService != null)
     {
         trackingService.Reset(activeView);
     }
     snapController.Reset(activeView);
     hoverController.Reset(activeView);
 }