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