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