docs.unity3d.com
    Show / Hide Table of Contents

    Enum ARCollaborationDataPriority

    Defines the priority of ARCollaborationData.

    Namespace: UnityEngine.XR.ARKit
    Syntax
    public enum ARCollaborationDataPriority

    Fields

    Name Description Value
    None

    No priority is set.


    0
    Critical

    The data is important to the collaborative session and should be sent reliably (for example, using TCP).


    1
    Optional

    The data is not important to collaborative session quality and may be sent unreliably (for example, using UDP).


    2
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, July 26, 2023