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 |
---|---|
On |
Invoked when the coaching experience is completely deactivated. This base class implementation does nothing. |
On |
Invoked when the coaching overlay view activates. This base class implementation does nothing. |
On |
Invoked when a change to the ARConfiguration is requested. |
On |
Invoked when the session fails. This base class implementation does nothing. |