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