예제 #1
0
 public void ReleaseSelected()
 {
     if (mSelectedSphere != null)
     {
         mSelectedSphere.ReleaseSelection();
         mSelectedSphere = null;
     }
 }