Enum ARMeshClassification
A value describing the classification of a mesh face.
Namespace: UnityEngine.XR.VisionOS
Assembly: Unity.XR.VisionOS.dll
Syntax
public enum ARMeshClassification : byte
Fields
Name | Description |
---|---|
Bed | The face type of the mesh is a bed. |
Blinds | The face type of the mesh is blinds. |
Cabinet | The face type of the mesh is a cabinet. |
Ceiling | The face type of the mesh is ceiling. |
Counter | The face type of the mesh is a counter. |
Door | The face type of the mesh is door. |
DoorFrame | The face type of the mesh is a door frame. |
Fireplace | The face type of the mesh is a fireplace. |
Floor | The face type of the mesh is floor. |
HomeAppliance | The face type of the mesh is a home appliance. |
None | The face type of the mesh is unknown. |
Plant | The face type of the mesh is a plant. |
Seat | The face type of the mesh is seat. |
Stairs | The face type of the mesh is stairs. |
TV | The face type of the mesh is a TV. |
Table | The face type of the mesh is table. |
Wall | The face type of the mesh is wall. |
WallDecoration | The face type of the mesh is a wall decoration. |
Whiteboard | The face type of the mesh is a whiteboard. |
Window | The face type of the mesh is window. |