Struct XRImageTrackingSubsystemDescriptor.Cinfo
Syntax
public struct Cinfo : IEquatable<XRImageTrackingSubsystemDescriptor.Cinfo>
Properties
id
A string identifier used to name the subsystem provider.
Declaration
public string id { get; set; }
Property Value
requiresPhysicalImageDimensions
Whether the subsystem requires physical image dimensions to be provided for all reference images.
If false
, specifying the physical dimensions is optional.
Declaration
public bool requiresPhysicalImageDimensions { get; set; }
Property Value
subsystemImplementationType
The System.Type
of the provider implementation, used to instantiate the class.
Declaration
public Type subsystemImplementationType { get; set; }
Property Value
supportsMovingImages
Whether the subsystem supports tracking the poses of moving images in realtime.
Declaration
public bool supportsMovingImages { get; set; }
Property Value
supportsMutableLibrary
Whether the subsystem supports image libraries that may be mutated at runtime.
Declaration
public bool supportsMutableLibrary { get; set; }
Property Value
See Also
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Equals(XRImageTrackingSubsystemDescriptor.Cinfo)
Declaration
public bool Equals(XRImageTrackingSubsystemDescriptor.Cinfo other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
Equality(XRImageTrackingSubsystemDescriptor.Cinfo, XRImageTrackingSubsystemDescriptor.Cinfo)
Declaration
public static bool operator ==(XRImageTrackingSubsystemDescriptor.Cinfo lhs, XRImageTrackingSubsystemDescriptor.Cinfo rhs)
Parameters
Returns
Inequality(XRImageTrackingSubsystemDescriptor.Cinfo, XRImageTrackingSubsystemDescriptor.Cinfo)
Declaration
public static bool operator !=(XRImageTrackingSubsystemDescriptor.Cinfo lhs, XRImageTrackingSubsystemDescriptor.Cinfo rhs)
Parameters
Returns