Represents the available classifications for each OVRSceneAnchor.
Public Statics
static const string Floor[Get]
Represents an OVRSceneAnchor that is classified as a floor.
static const string Ceiling[Get]
Represents an OVRSceneAnchor that is classified as a ceiling.
static const string WallFace[Get]
Represents an OVRSceneAnchor that is classified as a wall face.
static const string Desk[Get]
Represents an OVRSceneAnchor that is classified as a desk.
This label has been deprecated in favor of Table.
static const string Couch[Get]
Represents an OVRSceneAnchor that is classified as a couch.
static const string DoorFrame[Get]
Represents an OVRSceneAnchor that is classified as a door frame.
static const string WindowFrame[Get]
Represents an OVRSceneAnchor that is classified as a window frame.
static const string Other[Get]
Represents an OVRSceneAnchor that is classified as other.
static const string Storage[Get]
Represents an OVRSceneAnchor that is classified as a storage (e.g., cabinet, shelf).
static const string Bed[Get]
Represents an OVRSceneAnchor that is classified as a bed.
static const string Screen[Get]
Represents an OVRSceneAnchor that is classified as a screen (e.g., TV, computer monitor).
static const string Lamp[Get]
Represents an OVRSceneAnchor that is classified as a lamp.
static const string Plant[Get]
Represents an OVRSceneAnchor that is classified as a plant.
static const string Table[Get]
Represents an OVRSceneAnchor that is classified as a table.
static const string WallArt[Get]
Represents an OVRSceneAnchor that is classified as wall art.
static const string InvisibleWallFace[Get]
Represents an OVRSceneAnchor that is classified as an invisible wall face.
All invisible wall faces are also classified as a WallFace in order to provide backwards compatibility for apps that expect closed rooms to only consist of wall faces, instead of a sequence composed of either invisible wall faces or wall faces.
static const string GlobalMesh[Get]
Represents an OVRSceneAnchor that is classified as a global mesh.
Properties
static IReadOnlyList< string > List[Get]
The list of possible semantic labels.
static HashSet< string > Set[Get]
The set of possible semantic labels.
This is the same as List but allows for faster lookup.