9 lines
198 B
C#
9 lines
198 B
C#
namespace Mapbox.Unity.MeshGeneration.Modifiers
|
|
{
|
|
using Mapbox.Unity.MeshGeneration.Data;
|
|
|
|
public interface IReplacementCriteria
|
|
{
|
|
bool ShouldReplaceFeature(VectorFeatureUnity feature);
|
|
}
|
|
} |