docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method OnTrackablesChanged

    OnTrackablesChanged(List<ARPointCloud>, List<ARPointCloud>, List<ARPointCloud>)

    Invokes the pointCloudsChanged event.

    Declaration
    protected override void OnTrackablesChanged(List<ARPointCloud> added, List<ARPointCloud> updated, List<ARPointCloud> removed)
    Parameters
    Type Name Description
    List<ARPointCloud> added

    A list of objects added this frame.

    List<ARPointCloud> updated

    A list of objects updated this frame.

    List<ARPointCloud> removed

    A list of objects removed this frame.

    Overrides
    ARTrackableManager<XRPointCloudSubsystem, XRPointCloudSubsystemDescriptor, XRPointCloudSubsystem.Provider, XRPointCloud, ARPointCloud>.OnTrackablesChanged(List<ARPointCloud>, List<ARPointCloud>, List<ARPointCloud>)
    In This Article
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, September 22, 2023