Exemple #1
0
        private KVID2TableHeader0Panel Add(string productName, Action <Cell> cellClickHandler)
        {
            var productNameCell = Cell.Factory.Create(_cellPrefab, productName, false, _productName, cellClickHandler);

            var panel = new KVID2TableHeader0Panel(productNameCell);

            AddPanelToColumns(panel);

            return(panel);
        }
Exemple #2
0
 private void Awake()
 {
     Panel = Add("-", Cell_Clicked);
 }