Class EnvironmentProbesChangedEventUnit
Uses an AREnvironmentProbeManagerListener to listen for an environment-probes-changed event on the visual scripting event bus and assign the ARAnchorsChangedEventArgs to a newly triggered Flow.
Inheritance
TrackablesChangedEventUnit<AREnvironmentProbeManager, XREnvironmentProbeSubsystem, XREnvironmentProbeSubsystemDescriptor, XREnvironmentProbeSubsystem.Provider, XREnvironmentProbe, AREnvironmentProbe, AREnvironmentProbesChangedEvent, AREnvironmentProbeManagerListener>
EnvironmentProbesChangedEventUnit
Inherited Members
Namespace: UnityEngine.XR.ARFoundation.VisualScripting
Assembly: Unity.XR.ARFoundation.VisualScripting.dll
Syntax
[Obsolete("EnvironmentProbesChangedEventUnit has been deprecated in AR Foundation version 6.0.", false)]
public sealed class EnvironmentProbesChangedEventUnit : TrackablesChangedEventUnit<AREnvironmentProbeManager, XREnvironmentProbeSubsystem, XREnvironmentProbeSubsystemDescriptor, XREnvironmentProbeSubsystem.Provider, XREnvironmentProbe, AREnvironmentProbe, AREnvironmentProbesChangedEvent, AREnvironmentProbeManagerListener>
Properties
hookName
The hook name.
Declaration
protected override string hookName { get; }
Property Value
Type | Description |
---|---|
string |
See Also
Methods
AssignArguments(Flow, AREnvironmentProbesChangedEvent)
Assigns args
to flow
.
Declaration
protected override void AssignArguments(Flow flow, AREnvironmentProbesChangedEvent args)
Parameters
Type | Name | Description |
---|---|---|
Flow | flow | The flow. |
AREnvironmentProbesChangedEvent | args | The arguments. |