Class ARKitSessionDelegate
A set of callbacks related to the ARKit session. Implement this class to provide custom handling of certain session events.
Inherited Members
Namespace: UnityEngine.XR.ARKit
Assembly: solution.dll
Syntax
public abstract class ARKitSessionDelegate
Methods
| Name | Description |
|---|---|
| OnCoachingOverlayViewDidDeactivate(ARKitSessionSubsystem) | Invoked when the coaching experience is completely deactivated. This base class implementation does nothing. |
| OnCoachingOverlayViewWillActivate(ARKitSessionSubsystem) | Invoked when the coaching overlay view activates. This base class implementation does nothing. |
| OnConfigurationChanged(ARKitSessionSubsystem) | Invoked when a change to the ARConfiguration is requested. |
| OnSessionDidFailWithError(ARKitSessionSubsystem, NSError) | Invoked when the session fails. This base class implementation does nothing. |