コード例 #1
0
ファイル: TheWorld.cs プロジェクト: Scottin3d/CSS451-1
 public void ReleaseSelected()
 {
     if (mSelectedSphere != null)
     {
         mSelectedSphere.ReleaseSelection();
         mSelectedSphere = null;
     }
 }