docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ARKitSessionDelegate

    A set of callbacks related to the ARKit session. Implement this class to provide custom handling of certain session events.

    Inheritance
    object
    ARKitSessionDelegate
    DefaultARKitSessionDelegate
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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.

    See Also

    DefaultARKitSessionDelegate
    sessionDelegate
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023