Enum ARKitExposureMode
Defines the exposure modes for the camera device.
Namespace: UnityEngine.XR.ARKit
Assembly: Unity.XR.ARKit.dll
Syntax
[Flags]
public enum ARKitExposureMode
Fields
Name | Description |
---|---|
Auto | Automatically adjusts the exposure one time, and then locks exposure for the camera device. |
ContinuousAuto | Continuously monitors and adjusts the exposure for the camera device. |
Custom | Allow manual adjustment of the exposure for the camera device. |
Locked | Locks the exposure for the camera device. |
None | Update to exposure is unsupported. |