UArHitResult constructor

const UArHitResult({
  1. required UArPose pose,
  2. required double distance,
  3. required UArHitType type,
  4. String? trackableId,
  5. UArPlaneType? planeType,
  6. UArPlaneClassification classification = UArPlaneClassification.none,
})

Implementation

const UArHitResult({required this.pose, required this.distance, required this.type, this.trackableId, this.planeType, this.classification = UArPlaneClassification.none});