Ejemplo n.º 1
0
 private void CloseDropdown(SelectionBoxConfig box)
 {
     if (box.listLayer.activeSelf == true)
     {
         box.ContractList();
     }
 }