Struct XREnvironmentProbe
Contains all of the data provided for an individual environment probe in an AR session.
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XREnvironmentProbe : IEquatable<XREnvironmentProbe>, ITrackable
Properties
Name | Description |
---|---|
default |
Creates an XREnvironment |
native |
A native pointer associated with this environment probe.
The data pointed to by this pointer is implementation-defined. Its lifetime
is also implementation-defined, but will be valid at least until the next
call to Get |
pose | Contains the pose (position and rotation) of the environment probe in the AR session. |
scale | Contains the scale of the environment probe in the AR session. |
size | Specifies the volume size around the environment probe's position. This is used for for parallax correction when projecting the environment texture. |
texture |
Contains the texture descriptor captured from the device. |
trackable |
Uniquely identifies each environment probe in an AR session. |
tracking |
The Tracking |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XREnvironment |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string representation of this XREnvironment |
To |
Generates a string representation of this XREnvironment |
Operators
Name | Description |
---|---|
operator ==(XREnvironment |
Tests for equality. Same as Equals(XREnvironment |
operator !=(XREnvironment |
Tests for inequality. Same as |