Exemplo n.º 1
0
 /// <summary>
 /// Return a copy of the read buffer stored inside the map
 /// </summary>
 ///
 public float[,] GetHeightBufferCopy()
 {
     return(height.GetBufferCopy());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Return a copy of the read buffer stored inside the map
 /// </summary>
 public bool[,] GetMapBufferCopy()
 {
     return(map.GetBufferCopy());
 }