Struct XRReferencePointSubsystemDescriptor.Cinfo
  
Constructor info used to register a descriptor.
 
Syntax
public struct Cinfo : IEquatable<XRReferencePointSubsystemDescriptor.Cinfo>
 
Properties
  
id
The string identifier for this subsystem.
 
Declaration
public string id { get; set; }
 
Property Value
subsystemImplementationType
The concrete Type of the subsystem which will be instantiated if a subsystem is created from this descriptor.
 
Declaration
public Type subsystemImplementationType { get; set; }
 
Property Value
supportsTrackableAttachments
true if the subsystem supports attachments, i.e., the ability to attach a reference point to a trackable.
 
Declaration
public bool supportsTrackableAttachments { get; set; }
 
Property Value
Methods
  
Equals(Object)
Declaration
public override bool Equals(object obj)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
obj | 
 | 
Returns
Overrides
Equals(XRReferencePointSubsystemDescriptor.Cinfo)
Declaration
public bool Equals(XRReferencePointSubsystemDescriptor.Cinfo other)
 
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
 
Returns
Overrides
Operators
  
Equality(XRReferencePointSubsystemDescriptor.Cinfo, XRReferencePointSubsystemDescriptor.Cinfo)
Declaration
public static bool operator ==(XRReferencePointSubsystemDescriptor.Cinfo lhs, XRReferencePointSubsystemDescriptor.Cinfo rhs)
 
Parameters
Returns
Inequality(XRReferencePointSubsystemDescriptor.Cinfo, XRReferencePointSubsystemDescriptor.Cinfo)
Declaration
public static bool operator !=(XRReferencePointSubsystemDescriptor.Cinfo lhs, XRReferencePointSubsystemDescriptor.Cinfo rhs)
 
Parameters
Returns