docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor ARPlanesChangedEventArgs

    ARPlanesChangedEventArgs(List<ARPlane>, List<ARPlane>, List<ARPlane>)

    Constructs an ARPlanesChangedEventArgs.

    Declaration
    public ARPlanesChangedEventArgs(List<ARPlane> added, List<ARPlane> updated, List<ARPlane> removed)
    Parameters
    Type Name Description
    List<ARPlane> added

    The list of ARPlanes added since the last event.

    List<ARPlane> updated

    The list of ARPlanes updated since the last event.

    List<ARPlane> removed

    The list of ARPlanes removed since the last event.

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