public void SetHoldOn()
 {
     curVsl.controlState = 2;
     selectingTarget     = true;
     curVsl.theLine.SetColors(Color.red, Color.red);
     if (checkBlizzyToolbar)
     {
         RCSla1Btn.TexturePath = "Diazo/RCSLandAid/iconRed";
         RCSLandingAidWindow RCSwin = new RCSLandingAidWindow();
         RCSla1Btn.Drawable = RCSwin;
     }
     else
     {
         LAButton.SetTexture(btnRed);
         showLAMenu = true;
     }
 }
示例#2
0
 public void SetHoldOn()
 {
     curVsl.controlState = 2;
     selectingTarget = true;
     curVsl.theLine.SetColors(Color.red, Color.red);
     if (checkBlizzyToolbar)
     {
         RCSla1Btn.TexturePath = "Diazo/RCSLandAid/iconRed";
         RCSLandingAidWindow RCSwin = new RCSLandingAidWindow();
         RCSla1Btn.Drawable = RCSwin;
     }
     else
     {
         LAButton.SetTexture(btnRed);
         showLAMenu = true;
     }
 }