An object that holds information that a user has collected about the physical environment.
SDK
- iOS 13.0+
Framework
- ARKit
Declaration
class CollaborationData : NSObject
Overview
To create a multiuser AR experience, you enable collaboration on a world tracking session. ARKit regularly outputs ARSession
that users share with each other, which enables everyone to view the same virtual content from their own perspective. For more information, see is
.