API reference
API reference
Select your platform
No SDKs available
No versions available

OVRSemanticClassification Class

Extends MonoBehaviour, IOVRSceneComponent
Represents the semantic classification of a OVRSceneAnchor.
Scene anchors can have one or more string labels associated with them that describes what the anchor represents, such as COUCH, or DESK. See OVRSceneManager.Classification for a list of possible labels.

Public Statics

static const char LabelSeparator[Get]

Properties

A list of labels associated with an OVRSceneAnchor.
Exceptions
ArgumentNullException

Member Functions

Searches Labels for the given label .
This method performs a linear search over the Labels.
Parameters
label
The label to find
Returns
Returns true if label exists in Labels.
Did you find this page helpful?