Enum PlaneClassifications
Represents the semantic classifications of a plane.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
[Flags]
public enum PlaneClassifications : uint
Remarks
An XR provider might not support plane classification. You can check supportsClassification to determine whether the current provider can classify planes.
An XR provider might not support all of the classifications in this list.
Different XR providers might assign different semantic classifications in the same situation.
Fields
Name | Description |
---|---|
Ceiling | The plane is classified as the ceiling. |
Couch | The plane is classified as a couch. |
DoorFrame | The plane is classified as a door frame. |
Floor | The plane is classified as the floor. |
InvisibleWallFace | The plane is classified as an invisible wall face . |
None | No classification is assigned. |
Other | The plane is classified as other. |
Seat | The plane is classified as a seat. |
SeatOfAnyType | The plane is classified as any type of seat. |
Table | The plane is classified as a table. |
WallArt | The plane is classified as wall art. |
WallFace | The plane is classified as a wall face. |
WindowFrame | The plane is classified as a window frame. |