XRObjectDetectionSubsystem
↳ extends UnityEngine.SubsystemsImplementation.SubsystemWithProvider
Defines an interface for interacting with object detection functionality.
Declaration
public class XRObjectDetectionSubsystem : SubsystemWithProvider<XRObjectDetectionSubsystem, XRObjectDetectionSubsystemDescriptor, Provider>, ISubsystemWithModelMetadataRemarks
This is an experimental feature. Experimental features are subject to breaking changes, not officially supported, and may be deprecated without notice.
Constructors
public XRObjectDetectionSubsystem()
Properties
| Name | Type | Summary |
|---|---|---|
| readonly IsMetadataAvailable | bool | - |
| IsStabilizationEnabled | bool | - |
| readonly LatestFrameId | Nullable<uint> | - |
| TargetFrameRate | uint | - |
Methods
| Name | Type | Summary |
|---|---|---|
| static Register | bool | - |
| TryGetCategoryNames | bool | - |
| TryGetDetectedObjects | bool | - |
Relationships
derived: NsdkObjectDetectionSubsystem
implements: ISubsystemWithModelMetadata