Struct XRDepthSubsystemDescriptor.Cinfo
Syntax
public struct Cinfo : IEquatable<XRDepthSubsystemDescriptor.Cinfo>
Fields
id
The string identifier for a specific implementation.
Declaration
Field Value
| Type |
Description |
| System.String |
|
implementationType
The concrete Type which will be instantiated if Create is called on this subsystem descriptor.
Declaration
public Type implementationType
Field Value
| Type |
Description |
| System.Type |
|
Properties
supportsConfidence
Whether the subsystem supports per feature point confidence values.
Declaration
public bool supportsConfidence { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
supportsFeaturePoints
Whether the subsystem supports feature points
Declaration
public bool supportsFeaturePoints { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
supportsUniqueIds
Whether the subsystem supports per-feature point identifiers.
Declaration
public bool supportsUniqueIds { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
Equals(XRDepthSubsystemDescriptor.Cinfo)
Declaration
public bool Equals(XRDepthSubsystemDescriptor.Cinfo other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Operators
Equality(XRDepthSubsystemDescriptor.Cinfo, XRDepthSubsystemDescriptor.Cinfo)
Declaration
public static bool operator ==(XRDepthSubsystemDescriptor.Cinfo lhs, XRDepthSubsystemDescriptor.Cinfo rhs)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Inequality(XRDepthSubsystemDescriptor.Cinfo, XRDepthSubsystemDescriptor.Cinfo)
Declaration
public static bool operator !=(XRDepthSubsystemDescriptor.Cinfo lhs, XRDepthSubsystemDescriptor.Cinfo rhs)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|