Property supportsCameraConfigurations
supportsCameraConfigurations
Indicates whether the provider implementation supports camera configurations.
If false, the get accessor for
XRCameraSubsystem.currentConfiguration may return
null, and the set accessor must throw a NotSupportedException.
Declaration
public bool supportsCameraConfigurations { get; set; }
Property Value
| Type | Description |
|---|---|
| bool | true if the implementation supports camera configurations. Otherwise, false. |