コード例 #1
0
 /// <summary>
 /// Sets the selection controller
 /// </summary>
 public void setSelectionController(selectionController newSelectionController)
 {
     mySelectionController = newSelectionController;
 }
コード例 #2
0
 // Use this for initialization
 void Start()
 {
     Ogspot      = GetComponent <OrginSpot>();
     selectedCon = GameObject.Find("SelectionManager").GetComponent <selectionController>();
 }