Ejemplo n.º 1
0
 /// <summary>
 /// this should be called when the Component is removed to ensure all objects are freed
 /// </summary>
 public void dispose()
 {
     root.clear();
     DragAndDropSystem.ResetDragged();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// this should be called when the Component is removed to ensure all objects are freed
 /// </summary>
 public void dispose()
 {
     root.clear();
 }