Visual chunk of the grid map
Ejemplo n.º 1
0
 public GridLayerEventArgs(GridLayer layer)
 {
     this.m_Layer = layer;
 }
Ejemplo n.º 2
0
 public GridLayerEventArgs(GridLayer layer)
 {
     this.m_Layer = layer;
 }
Ejemplo n.º 3
0
 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));
 }