Enum ARCoachingOverlayTransition
The type of transition used when showing or hiding the ARCoachingOverlay.
Namespace: UnityEngine.XR.ARKit
Assembly: Unity.XR.ARKit.dll
Syntax
public enum ARCoachingOverlayTransition
Fields
Name | Description |
---|---|
Animated | The coaching overlay should be animated when being shown or hidden. |
Instant | The coaching overlay is shown instantly, with no transition. |