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, e.g., using TCP. |
1 |
Optional | The data is not important to collaborative session quality and may be sent unreliably, e.g., using UDP. |
2 |