Enum XRCameraFrameProperties
Represents the properties included in the camera frame.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
[Flags]
public enum XRCameraFrameProperties
Fields
| Name | Description |
|---|---|
| AmbientSphericalHarmonics | Ambient spherical harmonics are included. |
| AverageBrightness | The average brightness of the frame is included. |
| AverageColorTemperature | The average color temperature of the frame is included. |
| AverageIntensityInLumens | The average intensity in lumens is included. |
| CameraGrain | The camera grain texture is included. |
| ColorCorrection | The color correction value of the frame is included. |
| DisplayMatrix | The display matrix for the frame is included. |
| ExposureDuration | The camera exposure duration is included. |
| ExposureOffset | The camera exposure offset is included. |
| MainLightColor | The estimated scene main light color is included. |
| MainLightDirection | The estimated scene main light direction is included. |
| MainLightIntensityLumens | The estimated scene main light intensity in lumens is included. |
| NoiseIntensity | The camera grain noise intensity is included. |
| ProjectionMatrix | The project matrix for the frame is included. |
| Timestamp | The timestamp of the frame is included. |