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