Visual chunk of the grid map
Exemple #1
0
 public GridLayerEventArgs(GridLayer layer)
 {
     this.m_Layer = layer;
 }
 public GridLayerEventArgs(GridLayer layer)
 {
     this.m_Layer = layer;
 }
 private void Grid_OnGridLayer(GridLayer layer)
 {
     Console.WriteLine(String.Format("Layer({0}) Bottom: {1} Left: {2} Top: {3} Right: {4}",
         layer.ImageID.ToString(), layer.Bottom, layer.Left, layer.Top, layer.Right));
 }