docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method OnTrackablesChanged

    OnTrackablesChanged(List<ARParticipant>, List<ARParticipant>, List<ARParticipant>)

    Invoked when the base class detects trackable changes.

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

    The list of added ARParticipants.

    List<ARParticipant> updated

    The list of updated ARParticipants.

    List<ARParticipant> removed

    The list of removed ARParticipants.

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