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