예제 #1
0
 public void SetSelected(ref GameObject g)
 {
     ReleaseSelected();
     mSelectedSphere = g.GetComponent <BallBehavior>();
     Debug.Assert(mSelectedSphere != null);
     mSelectedSphere.SetAsSelected();
 }