DotRecastNetSim/src/DotRecast.Recast/ContourRegion.cs

9 lines
171 B
C#

namespace DotRecast.Recast
{
public class ContourRegion
{
public Contour outline;
public ContourHole[] holes;
public int nholes;
}
}