trackingImages property

List<ARKitReferenceImage>? trackingImages
final

Images to detect in the scene. If set the session will attempt to detect the specified images. When an image is detected an ARImageAnchor will be added to the session.

Implementation

final List<ARKitReferenceImage>? trackingImages;