docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ARPointCloudManagerListener

    Listens to the pointCloudsChanged event and forwards it to the visual scripting event bus.

    Inheritance
    object
    TrackableManagerListener<ARPointCloudManager>
    ARPointCloudManagerListener
    Namespace: UnityEngine.XR.ARFoundation.VisualScripting
    Assembly: Unity.XR.ARFoundation.VisualScripting.dll
    Syntax
    [Obsolete("ARPointCloudManagerListener has been deprecated in AR Foundation version 6.0.", false)]
    public sealed class ARPointCloudManagerListener : TrackableManagerListener<ARPointCloudManager>

    Methods

    RegisterTrackablesChangedDelegate(ARPointCloudManager)

    Subscribes to the trackables-changed event of manager. This is method is called in OnEnable.

    Declaration
    protected override void RegisterTrackablesChangedDelegate(ARPointCloudManager manager)
    Parameters
    Type Name Description
    ARPointCloudManager manager

    The manager instance.

    Overrides
    TrackableManagerListener<ARPointCloudManager>.RegisterTrackablesChangedDelegate(ARPointCloudManager)
    See Also
    PointCloudsChangedEventUnit

    UnregisterTrackablesChangedDelegate(ARPointCloudManager)

    Unsubscribes from the trackables-changed event of manager. This is method is called in OnDisable.

    Declaration
    protected override void UnregisterTrackablesChangedDelegate(ARPointCloudManager manager)
    Parameters
    Type Name Description
    ARPointCloudManager manager

    The manager instance.

    Overrides
    TrackableManagerListener<ARPointCloudManager>.UnregisterTrackablesChangedDelegate(ARPointCloudManager)
    See Also
    PointCloudsChangedEventUnit

    See Also

    PointCloudsChangedEventUnit
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)