Package apple.arkit.enums
Class ARPlaneClassification
- java.lang.Object
-
- apple.arkit.enums.ARPlaneClassification
-
public final class ARPlaneClassification extends java.lang.ObjectA value describing the classification of a plane anchor.
-
-
Field Summary
Fields Modifier and Type Field Description static longCeilingThe classification is not any of the known classes.static longDoorThe classification is not any of the known classes.static longFloorThe classification is not any of the known classes.static longNoneThe classification is not any of the known classes.static longSeatThe classification is not any of the known classes.static longTableThe classification is not any of the known classes.static longWallThe classification is not any of the known classes.static longWindowThe classification is not any of the known classes.
-
-
-
Field Detail
-
None
public static final long None
The classification is not any of the known classes.- See Also:
- Constant Field Values
-
Wall
public static final long Wall
The classification is not any of the known classes.- See Also:
- Constant Field Values
-
Floor
public static final long Floor
The classification is not any of the known classes.- See Also:
- Constant Field Values
-
Ceiling
public static final long Ceiling
The classification is not any of the known classes.- See Also:
- Constant Field Values
-
Table
public static final long Table
The classification is not any of the known classes.- See Also:
- Constant Field Values
-
Seat
public static final long Seat
The classification is not any of the known classes.- See Also:
- Constant Field Values
-
Window
public static final long Window
The classification is not any of the known classes.- See Also:
- Constant Field Values
-
Door
public static final long Door
The classification is not any of the known classes.- See Also:
- Constant Field Values
-
-