public final class ARPlaneEvent
- Object
- ARPlaneEvent
Describes a change to a detected
ARPlane, delivered to
ARPlaneListeners on the EDT.Nested types
enum ARPlaneEvent.Kind | The kind of change that occurred. |
Methods
public ARPlaneEvent.Kind getKind() | The kind of change that occurred. |
public ARPlane getPlane() | The plane snapshot after the change. |
public ARSession getSession() | The session that detected the change. |
Inherited methods
Method details
getKind
public ARPlaneEvent.Kind getKind()The kind of change that occurred.
getPlane
public ARPlane getPlane()The plane snapshot after the change. For
Kind#REMOVED this is the
last known snapshot.getSession
public ARSession getSession()The session that detected the change.