Class XRCameraSubsystemDescriptor
Specifies a functionality description that can be registered for each implementation that provides the XRCameraSubsystem interface.
Inheritance
Implements
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public sealed class XRCameraSubsystemDescriptor : SubsystemDescriptorWithProvider<XRCameraSubsystem, XRCameraSubsystem.Provider>, ISubsystemDescriptor
Properties
Name | Description |
---|---|
supportsAverageBrightness | Specifies if the current subsystem is allowed to provide the average brightness. |
supportsAverageColorTemperature | Specifies if the current subsystem is allowed to provide the average camera temperature. |
supportsAverageIntensityInLumens | Specifies if the current subsystem is allowed to provide the average intensity in lumens. |
supportsCameraConfigurations | Specifies if the current subsystem supports camera configurations. |
supportsCameraGrain |
|
supportsCameraImage | Specifies if the current subsystem is allowed to provide camera images. |
supportsColorCorrection | Specifies if the current subsystem is allowed to provide color correction. |
supportsDisplayMatrix | Specifies if the current subsystem is allowed to provide a display matrix. |
supportsFaceTrackingAmbientIntensityLightEstimation |
|
supportsFaceTrackingHDRLightEstimation |
|
supportsFocusModes |
|
supportsProjectionMatrix | Specifies if the current subsystem is allowed to provide a projection matrix. |
supportsTimestamp | Specifies if the current subsystem is allowed to provide the timestamp. |
supportsWorldTrackingAmbientIntensityLightEstimation |
|
supportsWorldTrackingHDRLightEstimation |
|