示例#1
0
    public void clearSelection()
    {
        selectedref1 = null;
        selectedref2 = null;
        Ddown1.GetComponent <Dropdown>().value = 0;
        Ddown2.GetComponent <Dropdown>().value = 0;

        referencingManager.GetComponent <ReferenceCalculator>().ClearOneToOnePR();
    }
示例#2
0
 public void resetAll()
 {
     selectedref1       = null;
     selectedref2       = null;
     updatePopulateRow1 = false;
     updatePopulateRow2 = false;
     Ddown1.GetComponent <Dropdown>().value = 0;
     Ddown2.GetComponent <Dropdown>().value = 0;
     //ClearAllConnections();
 }