namespace DotRecast.Recast
{
public class RcHeightPatch
public int xmin;
public int ymin;
public int width;
public int height;
public int[] data;
}