enum Quality (Niantic.ARDK.AR.Scanning.ReconstructionOptions.Quality)
Quality levels. These allow the caller to choose ta tradeoff between speed and quality in reconstruction. See MeshQuality and TextureQuality for more information.
enum Quality { Low = 0, Medium = 1, High = 2, VeryHigh = 3, };