Пример #1
0
 public bool CanBeMerged(int index, byte cellConfig)
 {
     if (cellConfig == MaskFull && !culled[index])
     {
         return(HeightMergeChecker.AreHeightsEqual(index, colNum, heights));
     }
     return(false);
 }