Enum ARCoachingGoal
Defines the goal for the ARCoachingOverlayView See ARCoachingGoal for details.
Namespace: UnityEngine.XR.ARKit
Syntax
public enum ARCoachingGoal
Fields
| Name | Description | Value |
|---|---|---|
| Tracking | The app requires basic world tracking. |
0 |
| HorizontalPlane | The app requires a horizontal plane. |
1 |
| VerticalPlane | The app requires a vertical plane. |
2 |
| AnyPlane | The app requires a plane of any type. |
3 |