public enum ARPlaneEvent.Kind
- Object
- Enum<ARPlaneEvent.Kind>
- ARPlaneEvent.Kind
ImplementsComparable<ARPlaneEvent.Kind>
The kind of change that occurred.
Enum constants
ADDED | The plane was newly detected. |
UPDATED | The plane’s geometry or pose was refined; #getPlane() is the new snapshot. |
REMOVED | The plane was removed, for example merged into another plane. |
Methods
public static ARPlaneEvent.Kind[] values() | |
public static ARPlaneEvent.Kind valueOf(String name) |
Inherited methods
Enum constant details
ADDED
ADDEDThe plane was newly detected.
UPDATED
UPDATEDThe plane’s geometry or pose was refined;
#getPlane() is the new
snapshot.REMOVED
REMOVEDThe plane was removed, for example merged into another plane.
Method details
values
public static ARPlaneEvent.Kind[] values()valueOf
public static ARPlaneEvent.Kind valueOf(String name)