Enum ARMeshClassification
A value describing the classification of a mesh face.
Namespace: UnityEngine.XR.VisionOS
Syntax
public enum ARMeshClassification : byte
Fields
Name | Description | Value |
---|---|---|
None | The face type of the mesh is unknown. |
0 |
Wall | The face type of the mesh is wall. |
1 |
Floor | The face type of the mesh is floor. |
2 |
Ceiling | The face type of the mesh is ceiling. |
3 |
Table | The face type of the mesh is table. |
4 |
Seat | The face type of the mesh is seat. |
5 |
Window | The face type of the mesh is window. |
6 |
Door | The face type of the mesh is door. |
7 |
WallDecoration | The face type of the mesh is a wall decoration. |
8 |
Blinds | The face type of the mesh is blinds. |
9 |
Fireplace | The face type of the mesh is a fireplace. |
10 |
Stairs | The face type of the mesh is stairs. |
11 |
Bed | The face type of the mesh is a bed. |
12 |
Counter | The face type of the mesh is a counter. |
13 |
Cabinet | The face type of the mesh is a cabinet. |
14 |
HomeAppliance | The face type of the mesh is a home appliance. |
15 |
DoorFrame | The face type of the mesh is a door frame. |
16 |
TV | The face type of the mesh is a TV. |
17 |
Whiteboard | The face type of the mesh is a whiteboard. |
18 |
Plant | The face type of the mesh is a plant. |
19 |