Struct XRDepthSubsystemDescriptor.Cinfo
This struct is an initializer for the creation of a XRDepthSubsystemDescriptor.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: solution.dll
Syntax
public struct XRDepthSubsystemDescriptor.Cinfo : IEquatable<XRDepthSubsystemDescriptor.Cinfo>
Remarks
Depth data provider should create a descriptor during InitializeOnLoad
using
the parameters here to specify which of the XRDepthSubsystem features it supports.
Fields
Name | Description |
---|---|
id | The string identifier for a specific implementation. |
implementationType | The concrete |
Properties
Name | Description |
---|---|
providerType | Specifies the provider implementation type to use for instantiation. |
subsystemTypeOverride | Specifies the |
supportsConfidence |
|
supportsFeaturePoints |
|
supportsUniqueIds |
|
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(Cinfo) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
Operators
Name | Description |
---|---|
operator ==(Cinfo, Cinfo) | Tests for equality. Same as Equals(Cinfo). |
operator !=(Cinfo, Cinfo) | Tests for inequality. Same as |