Struct XRCameraSubsystemCinfo
Contains the parameters for creating a new XRCamera
Implements
Inherited Members
Namespace: UnityEngine .XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRCameraSubsystemCinfo : IEquatable<XRCameraSubsystemCinfo>
Properties
Name | Description |
---|---|
id | Specifies an identifier for the provider implementation of the subsystem. |
implementation |
Specifies the provider implementation type to use for instantiation. |
provider |
Specifies the provider implementation type to use for instantiation. |
subsystem |
Specifies the |
supports |
Specifies if the current subsystem is allowed to provide the average brightness. |
supports |
Specifies if the current subsystem is allowed to provide the average camera temperature. |
supports |
Specifies if current subsystem is allowed to provide the average intensity in lumens. |
supports |
Specifies if the current subsystem supports camera configurations. |
supports |
Specifies whether the subsystem supports a camera grain effect. |
supports |
Specifies if the current subsystem is allowed to provide camera images. |
supports |
True if color correction is supported. |
supports |
Specifies if the current subsystem is allowed to provide a display matrix. |
supports |
Specifies whether the subsystem supports ambient intensity light estimation while face tracking. |
supports |
Specifies whether the subsystem supports HDR light estimation while face tracking. |
supports |
Specifies whether the subsystem supports setting the camera's focus mode. |
supports |
Specifies if the current subsystem is allowed to provide a projection matrix. |
supports |
Specifies if the current subsystem is allowed to provide a timestamp. |
supports |
Specifies whether the subsystem supports ambient intensity light estimation while world tracking. |
supports |
Specifies whether the subsystem supports HDR light estimation while world tracking. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(XRCamera |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(XRCamera |
Tests for equality. Same as Equals(XRCamera |
operator !=(XRCamera |
Tests for inequality. Same as |