Class ARPointCloudsChangedListener
Concrete listener type for the ARPointCloudManager
.
Inheritance
ARPointCloudsChangedListener
Namespace: UnityEngine.XR.ARFoundation.VisualScripting
Assembly: Unity.XR.ARFoundation.VisualScripting.dll
Syntax
public sealed class ARPointCloudsChangedListener : ARTrackableManagerListener<ARPointCloudManager, ARPointCloud>
Remarks
Unity cannot serialize generic MonoBehaviour types, so we need this file to specify the type parameters.