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