detectionImages property

List<ARKitReferenceImage>? detectionImages
final

Images to detect in the scene. If set the session will attempt to detect the specified images (bundle name or url) When an image is detected an ARImageAnchor will be added to the session.

Implementation

final List<ARKitReferenceImage>? detectionImages;