public enum ARHitResult.Type
- Object
- Enum<ARHitResult.Type>
- ARHitResult.Type
ImplementsComparable<ARHitResult.Type>
The kind of real-world geometry the hit ray intersected.
Enum constants
PLANE | A detected ARPlane. |
ESTIMATED_PLANE | A surface the platform estimates exists but has not fully detected as a plane yet. |
FEATURE_POINT | An individual tracked feature point. |
Methods
public static ARHitResult.Type[] values() | |
public static ARHitResult.Type valueOf(String name) |
Inherited methods
Enum constant details
PLANE
PLANEA detected
ARPlane.ESTIMATED_PLANE
ESTIMATED_PLANEA surface the platform estimates exists but has not fully detected
as a plane yet.
FEATURE_POINT
FEATURE_POINTAn individual tracked feature point.
Method details
values
public static ARHitResult.Type[] values()valueOf
public static ARHitResult.Type valueOf(String name)