Advertisement
Guest User

Untitled

a guest
May 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.25 KB | None | 0 0
  1. for (int row = 0; row < Nz; row++)
  2.     for (int column = 0; column < Nx; column++)
  3.     {
  4.         Color cell_color = GetColor(row, column, tgs, my_texture, myCells);
  5.         set.Add(cell_color);
  6.         tgs.CellToggleRegionSurface(currentIndex, true, cell_color, true);
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement