Namespace Mapbox.Unity.MeshGeneration
Classes
FeatureCollectionBase
KdTreeCollection
KdTree Collection is a feature collection using KdTree mainly for distance based searchs like "find all buildings 100m around player" or "find 10 closest buildings to this point". KdTree structures focus on search performance so querying for features will be very fast using this collection. On the other hand it's not good for dynamic/moving entities but we don't have such features on map so it's one of the best options for maps.