Class EnvironmentProbesChangedEventUnit
Uses an AREnvironment
Inheritance
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. |
AREnvironment |
args | The arguments. |