Interface ARPlaneListener
public interface ARPlaneListener
Observes plane detection. Register through
ARSession#addPlaneListener(ARPlaneListener); events are delivered on the
EDT.-
Method Summary
Modifier and TypeMethodDescriptionvoidplaneChanged(ARPlaneEvent event) Invoked on the EDT when a plane is detected, refined or removed.
-
Method Details
-
planeChanged
Invoked on the EDT when a plane is detected, refined or removed.
Parameters
event: the change description
-