Property supportsFocusModes
supportsFocusModes
Indicates whether the provider implementation supports the ability to set the camera's focus mode.
If false, the set accessor for
XRCameraSubsystem.autoFocusRequested will have no effect.
Declaration
public bool supportsFocusModes { get; }
Property Value
| Type | Description |
|---|---|
| bool | true if the implementation supports focus modes. Otherwise, false. |