Enum CameraFocusMode
Represents the focus mode of the camera. This is deprecated.
Namespace: UnityEngine.XR.ARSubsystems
Syntax
public enum CameraFocusMode
Fields
| Name | Description | Value |
|---|---|---|
| Fixed | The focus is fixed and does not change. |
0 |
| Auto | The focus will change automatically. |
1 |