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