Struct ARLightEstimationData
A structure for light estimation information provided by the AR device.
Implements
Inherited Members
Namespace: UnityEngine .XR.ARFoundation
Assembly: solution.dll
Syntax
public struct ARLightEstimationData : IEquatable<ARLightEstimationData>
Properties
Name | Description |
---|---|
ambient |
An estimation of the ambient scene lighting using spherical harmonics at the Level 2. |
average |
An estimate for the average brightness in the scene.
Use |
average |
An estimate for the average color temperature of the scene.
Use |
average |
An estimate for the average intensity, in lumens, in the scene.
Use |
average |
An estimate for the average brightness of the main light estimate in the scene.
Use |
color |
The scaling factors used for color correction. The RGB scale factors are used to match the color of the light in the scene. The alpha channel value is platform-specific. |
main |
The estimated color of the main light. |
main |
An estimate of where the main light of the scene is coming from. |
main |
An estimate of the intensity of the main light in lumens. |
Methods
Name | Description |
---|---|
Equals(object) | Compares for equality. |
Equals(ARLight |
Compares for equality. |
Get |
Generates a hash code suitable for use in |
To |
Generates a string representation of this ARLight |
Operators
Name | Description |
---|---|
operator ==(ARLight |
Compares |
operator !=(ARLight |
Compares |