ARObjectDetectionManager
↳ extends UnityEngine.XR.ARFoundation.SubsystemLifecycleManager
The manager for the object detection subsystem.
Declaration
public class ARObjectDetectionManager : SubsystemLifecycleManager<XRObjectDetectionSubsystem, XRObjectDetectionSubsystemDescriptor, Provider>Properties
| Name | Type | Summary |
|---|---|---|
| readonly AreCategoryNamesAvailable | bool | - |
| readonly CategoryNames | IReadOnlyList<string> | - |
| IsStabilizationEnabled | bool | - |
| TargetFrameRate | uint | - |
Methods
| Name | Type | Summary |
|---|---|---|
| TryGetDetectedObjects | bool | - |
Events
| Name | Type | Summary |
|---|---|---|
| CategoryNamesAvailable | Action<ARObjectDetectionModelEventArgs> | - |
| ObjectDetectionsUpdated | Action<ARObjectDetectionsUpdatedEventArgs> | - |