Class DefaultARKitSessionDelegate
A default implementation of ARKit
Inherited Members
Namespace: UnityEngine .XR.ARKit
Assembly: solution.dll
Syntax
public class DefaultARKitSessionDelegate : ARKitSessionDelegate
Properties
Name | Description |
---|---|
max |
(Read Only) The maximum number of attempts to reset the session if the session fails. |
retries |
The number of session reset attempts remaining. |
Methods
Name | Description |
---|---|
On |
Resets the retries |
On |
Default handling for session failures. This implementation logs an error and attempts to
reset the session up to
max |