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