Ejemplo n.º 1
0
 public void SetSelectables(IEnumerable <MonoBehaviour> behaviours)
 {
     if (box == null)
     {
         return;
     }
     box.SetSelectableGroup(behaviours);
 }