Example #1
0
 public override uint SelectAll(GL_ControlBase control)
 {
     if (!Selected)
     {
         Selected = true;
         control.AttachPickingRedrawer();
     }
     return(0);
 }
Example #2
0
 public override uint SelectAll(GL_ControlBase control)
 {
     if (!Selected)
     {
         Selected            = true;
         animationStartFrame = control.RedrawerFrame;
         control.AttachPickingRedrawer();
     }
     return(0);
 }