Exemplo n.º 1
0
    public void SelectCol(int col)
    {
        EntryObject entryObject = GetEntryObject(col);

        entryObject.Select();

        for (int i = 0; i < _circuit.NbRow; i++)
        {
            GateObject gateObject = GetGateObject(i, col);
            gateObject.Select();
        }
    }
Exemplo n.º 2
0
    public void SelectCol(int col)
    {
        EntryObject entryObject = GetEntryObject(col);

        entryObject.Select();
        Debug.Log("saluttttt");
        for (int i = 0; i < _circuit.NbRow; i++)
        {
            GateObject gateObject = GetGateObject(i, col);
            gateObject.Select();//aaaaaaaaaaaaaaaaaaaaaaaaa
        }
    }