Struct XRPlaneSubsystemDescriptor.Cinfo
Constructor info used to register a descriptor.
Syntax
public struct Cinfo : IEquatable<XRPlaneSubsystemDescriptor.Cinfo>
Properties
id
The string identifier for a specific implementation.
Declaration
public string id { readonly get; set; }
Property Value
subsystemImplementationType
The concrete Type
which will be instantiated if Create
is called on this subsystem descriptor.
Declaration
public Type subsystemImplementationType { readonly get; set; }
Property Value
supportsArbitraryPlaneDetection
true
if the subsystem supports arbitrarily angled plane detection.
Declaration
public bool supportsArbitraryPlaneDetection { readonly get; set; }
Property Value
supportsBoundaryVertices
true
if the subsystem supports boundary vertices for its planes.
Declaration
public bool supportsBoundaryVertices { readonly get; set; }
Property Value
supportsHorizontalPlaneDetection
true
if the subsystem supports horizontal plane detection.
Declaration
public bool supportsHorizontalPlaneDetection { readonly get; set; }
Property Value
supportsVerticalPlaneDetection
true
if the subsystem supports vertical plane detection.
Declaration
public bool supportsVerticalPlaneDetection { readonly get; set; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Equals(XRPlaneSubsystemDescriptor.Cinfo)
Declaration
public bool Equals(XRPlaneSubsystemDescriptor.Cinfo other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Operators
Equality(XRPlaneSubsystemDescriptor.Cinfo, XRPlaneSubsystemDescriptor.Cinfo)
Declaration
public static bool operator ==(XRPlaneSubsystemDescriptor.Cinfo lhs, XRPlaneSubsystemDescriptor.Cinfo rhs)
Parameters
Returns
Inequality(XRPlaneSubsystemDescriptor.Cinfo, XRPlaneSubsystemDescriptor.Cinfo)
Declaration
public static bool operator !=(XRPlaneSubsystemDescriptor.Cinfo lhs, XRPlaneSubsystemDescriptor.Cinfo rhs)
Parameters
Returns