UArCapabilities constructor

const UArCapabilities({
  1. String platform = "",
  2. bool worldTracking = false,
  3. bool planeHorizontal = false,
  4. bool planeVertical = false,
  5. bool planeClassification = false,
  6. bool depth = false,
  7. bool peopleOcclusion = false,
  8. bool sceneReconstruction = false,
  9. bool lidar = false,
  10. bool imageTracking = false,
  11. bool objectTracking = false,
  12. bool faceTracking = false,
  13. bool bodyTracking = false,
  14. bool geospatial = false,
  15. bool gpsGeo = false,
  16. bool cloudAnchors = false,
  17. bool worldMap = false,
  18. bool collaboration = false,
  19. bool lightEstimation = false,
  20. bool environmentHdr = false,
  21. bool instantPlacement = false,
  22. bool semantics = false,
  23. bool recording = false,
  24. bool snapshot = false,
  25. bool roomPlan = false,
  26. bool objectCapture = false,
  27. bool textRecognition = false,
  28. bool barcodeDetection = false,
  29. bool cameraImage = false,
  30. bool nativeViewer = false,
  31. bool viewer = false,
  32. bool webXr = false,
  33. bool sensorAr = false,
  34. List<String> formats = const <String>[],
})

Implementation

const UArCapabilities({
  this.platform = "",
  this.worldTracking = false,
  this.planeHorizontal = false,
  this.planeVertical = false,
  this.planeClassification = false,
  this.depth = false,
  this.peopleOcclusion = false,
  this.sceneReconstruction = false,
  this.lidar = false,
  this.imageTracking = false,
  this.objectTracking = false,
  this.faceTracking = false,
  this.bodyTracking = false,
  this.geospatial = false,
  this.gpsGeo = false,
  this.cloudAnchors = false,
  this.worldMap = false,
  this.collaboration = false,
  this.lightEstimation = false,
  this.environmentHdr = false,
  this.instantPlacement = false,
  this.semantics = false,
  this.recording = false,
  this.snapshot = false,
  this.roomPlan = false,
  this.objectCapture = false,
  this.textRecognition = false,
  this.barcodeDetection = false,
  this.cameraImage = false,
  this.nativeViewer = false,
  this.viewer = false,
  this.webXr = false,
  this.sensorAr = false,
  this.formats = const <String>[],
});