Enum XRCameraFrameProperties
Represents the properties included in the camera frame.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public enum XRCameraFrameProperties : int
Fields
| Name | Description | Value |
|---|---|---|
| AverageBrightness | The average brightness of the frame is included. |
|
| AverageColorTemperature | The average color temperature of the frame is included. |
|
| ColorCorrection | The color correction value of the frame is included. |
|
| DisplayMatrix | The display matrix for the frame is included. |
|
| ProjectionMatrix | The project matrix for the frame is included. |
|
| Timestamp | The timestamp of the frame is included. |