public interface ARAnchorListener

Observes anchor changes, including platform-recognized images and faces. Register through ARSession#addAnchorListener(ARAnchorListener); events are delivered on the EDT.

Methods

public abstract void anchorChanged(ARAnchorEvent event)Invoked on the EDT when an anchor is added, refined or removed.

Method details

anchorChanged

public abstract void anchorChanged(ARAnchorEvent event)
Invoked on the EDT when an anchor is added, refined or removed.

Parameters

event ARAnchorEvent
the change description