Class XREnvironmentProbeSubsystem
Defines an interface for interacting with environment probe functionality for creating realistic lighting and environment texturing in AR scenes.
Inheritance
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public class XREnvironmentProbeSubsystem : TrackingSubsystem<XREnvironmentProbe, XREnvironmentProbeSubsystem, XREnvironmentProbeSubsystemDescriptor, XREnvironmentProbeSubsystem.Provider>, ISubsystem
Constructors
Name | Description |
---|---|
XREnvironment |
Constructs an XREnvironment |
Properties
Name | Description |
---|---|
automatic |
|
automatic |
Specifies whether the AR session should automatically place environment probes in the scene. |
environment |
|
environment |
Specifies whether the environment textures should be returned as HDR textures. |
Methods
Name | Description |
---|---|
Get |
Get the changes (added, updated, and removed) environment probes since the last call to Get |
Register(XREnvironment |
Registers a subsystem implementation based on the given subystem parameters. |
Remove |
Asynchronously removes the environment probe matching the trackable ID from the AR session. |
Try |
Tries to create an environment probe. |