docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor ARParticipantsChangedEventArgs

    ARParticipantsChangedEventArgs(List<ARParticipant>, List<ARParticipant>, List<ARParticipant>)

    Constructs an ARParticipantsChangedEventArgs.

    Declaration
    public ARParticipantsChangedEventArgs(List<ARParticipant> added, List<ARParticipant> updated, List<ARParticipant> removed)
    Parameters
    Type Name Description
    List<ARParticipant> added

    The list of ARParticipants added since the last event.

    List<ARParticipant> updated

    The list of ARParticipants updated since the last event.

    List<ARParticipant> removed

    The list of ARParticipants 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