Ejemplo n.º 1
0
 public void destroy()
 {
     Screen.scrollableChildren.Remove(this);
     ViewFrame.destroy();
     ScrollingFrame.destroy();
     SliderBar.destroy();
 }
Ejemplo n.º 2
0
 public void reset()
 {
     Screen.scrollableChildren.Remove(this);
     Screen.scrollableChildren.Insert(0, this);
     ViewFrame.reset();
     ScrollingFrame.reset();
     SliderBar.reset();
 }