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. |
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. |
static const string | GlobalMesh[Get] Represents an OVRSceneAnchor that is classified as a global mesh. |
static IReadOnlyList< string > | List[Get] The list of possible semantic labels. |
| const string OVRSceneManager.Classification.Floor |
|---|
Represents an OVRSceneAnchor that is classified as a floor. |
| const string OVRSceneManager.Classification.Ceiling |
|---|
Represents an OVRSceneAnchor that is classified as a ceiling. |
| const string OVRSceneManager.Classification.WallFace |
|---|
Represents an OVRSceneAnchor that is classified as a wall face. |
| const string OVRSceneManager.Classification.Desk |
|---|
Represents an OVRSceneAnchor that is classified as a desk. This label has been deprecated in favor of Table. |
| const string OVRSceneManager.Classification.Couch |
|---|
Represents an OVRSceneAnchor that is classified as a couch. |
| const string OVRSceneManager.Classification.DoorFrame |
|---|
Represents an OVRSceneAnchor that is classified as a door frame. |
| const string OVRSceneManager.Classification.WindowFrame |
|---|
Represents an OVRSceneAnchor that is classified as a window frame. |
| const string OVRSceneManager.Classification.Other |
|---|
Represents an OVRSceneAnchor that is classified as other. |
| const string OVRSceneManager.Classification.Storage |
|---|
Represents an OVRSceneAnchor that is classified as a storage (e.g., cabinet, shelf). |
| const string OVRSceneManager.Classification.Bed |
|---|
Represents an OVRSceneAnchor that is classified as a bed. |
| const string OVRSceneManager.Classification.Screen |
|---|
Represents an OVRSceneAnchor that is classified as a screen (e.g., TV, computer monitor). |
| const string OVRSceneManager.Classification.Lamp |
|---|
Represents an OVRSceneAnchor that is classified as a lamp. |
| const string OVRSceneManager.Classification.Plant |
|---|
Represents an OVRSceneAnchor that is classified as a plant. |
| const string OVRSceneManager.Classification.Table |
|---|
Represents an OVRSceneAnchor that is classified as a table. |
| const string OVRSceneManager.Classification.WallArt |
|---|
Represents an OVRSceneAnchor that is classified as wall art. |
| const string OVRSceneManager.Classification.InvisibleWallFace |
|---|
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. |
| const string OVRSceneManager.Classification.GlobalMesh |
|---|
Represents an OVRSceneAnchor that is classified as a global mesh. |
| IReadOnlyList<string> OVRSceneManager.Classification.List |
|---|
The list of possible semantic labels. |