UArHitResult constructor
const
UArHitResult({
- required UArPose pose,
- required double distance,
- required UArHitType type,
- String? trackableId,
- UArPlaneType? planeType,
- UArPlaneClassification classification = UArPlaneClassification.none,
Implementation
const UArHitResult({required this.pose, required this.distance, required this.type, this.trackableId, this.planeType, this.classification = UArPlaneClassification.none});