コード例 #1
0
 //  VIEWER
 public void ToggleTracking()
 {
     if (toggle.isOn)
     {
         IndicatorViewer.StartTracking();
     }
     else
     {
         IndicatorViewer.StopTracking();
     }
 }