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