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