Example #1
0
 /// <summary>
 /// Deselects any currently active handles.
 /// </summary>
 public void ClearSelection()
 {
     sceneHandles.ClearSelection();
     NotifyNeedsRedraw();
 }
Example #2
0
 /// <summary>
 /// Deselects any currently active handles.
 /// </summary>
 public void ClearSelection()
 {
     sceneHandles.ClearSelection();
 }