docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct XRPlaneSubsystemDescriptor.Cinfo

    Constructor info used to register a descriptor.

    Implements
    IEquatable<XRPlaneSubsystemDescriptor.Cinfo>
    Inherited Members
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.XR.ARSubsystems
    Assembly: Unity.XR.ARSubsystems.dll
    Syntax
    public struct XRPlaneSubsystemDescriptor.Cinfo : IEquatable<XRPlaneSubsystemDescriptor.Cinfo>

    Properties

    id

    The string identifier for a specific implementation.

    Declaration
    public string id { readonly get; set; }
    Property Value
    Type Description
    string

    providerType

    Specifies the provider implementation type to use for instantiation.

    Declaration
    public Type providerType { readonly get; set; }
    Property Value
    Type Description
    Type

    The provider implementation type to use for instantiation.

    subsystemImplementationType

    The concrete Type which will be instantiated if Create is called on this subsystem descriptor.

    Declaration
    [Obsolete("XRPlaneSubsystem no longer supports the deprecated set of base classes for subsystems as of Unity 2020.2. Use providerType and, optionally, subsystemTypeOverride instead.", true)]
    public Type subsystemImplementationType { readonly get; set; }
    Property Value
    Type Description
    Type

    subsystemTypeOverride

    Specifies the XRPlaneSubsystem-derived type that forwards casted calls to its provider.

    Declaration
    public Type subsystemTypeOverride { readonly get; set; }
    Property Value
    Type Description
    Type

    The type of the subsystem to use for instantiation. If null, XRPlaneSubsystem will be instantiated.

    supportsArbitraryPlaneDetection

    true if the subsystem supports arbitrarily angled plane detection.

    Declaration
    public bool supportsArbitraryPlaneDetection { readonly get; set; }
    Property Value
    Type Description
    bool

    supportsBoundaryVertices

    true if the subsystem supports boundary vertices for its planes.

    Declaration
    public bool supportsBoundaryVertices { readonly get; set; }
    Property Value
    Type Description
    bool

    supportsClassification

    true if the subsystem supports boundary vertices for its planes.

    Declaration
    public bool supportsClassification { readonly get; set; }
    Property Value
    Type Description
    bool

    supportsHorizontalPlaneDetection

    true if the subsystem supports horizontal plane detection.

    Declaration
    public bool supportsHorizontalPlaneDetection { readonly get; set; }
    Property Value
    Type Description
    bool

    supportsVerticalPlaneDetection

    true if the subsystem supports vertical plane detection.

    Declaration
    public bool supportsVerticalPlaneDetection { readonly get; set; }
    Property Value
    Type Description
    bool

    Methods

    Equals(object)

    Tests for equality.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare against.

    Returns
    Type Description
    bool

    True if obj is of type XRPlaneSubsystemDescriptor.Cinfo and Equals(Cinfo) also returns true; otherwise false.

    Overrides
    ValueType.Equals(object)

    Equals(Cinfo)

    Tests for equality.

    Declaration
    public bool Equals(XRPlaneSubsystemDescriptor.Cinfo other)
    Parameters
    Type Name Description
    XRPlaneSubsystemDescriptor.Cinfo other

    The other XRPlaneSubsystemDescriptor.Cinfo to compare against.

    Returns
    Type Description
    bool

    True if every field in other is equal to this XRPlaneSubsystemDescriptor.Cinfo, otherwise false.

    GetHashCode()

    Generates a hash suitable for use with containers like HashSet and Dictionary.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code generated from this object's fields.

    Overrides
    ValueType.GetHashCode()

    Operators

    operator ==(Cinfo, Cinfo)

    Tests for equality. Same as Equals(Cinfo).

    Declaration
    public static bool operator ==(XRPlaneSubsystemDescriptor.Cinfo lhs, XRPlaneSubsystemDescriptor.Cinfo rhs)
    Parameters
    Type Name Description
    XRPlaneSubsystemDescriptor.Cinfo lhs

    The left-hand side of the comparison.

    XRPlaneSubsystemDescriptor.Cinfo rhs

    The right-hand side of the comparison.

    Returns
    Type Description
    bool

    True if lhs is equal to rhs, otherwise false.

    operator !=(Cinfo, Cinfo)

    Tests for inequality. Same as !Equals(Cinfo).

    Declaration
    public static bool operator !=(XRPlaneSubsystemDescriptor.Cinfo lhs, XRPlaneSubsystemDescriptor.Cinfo rhs)
    Parameters
    Type Name Description
    XRPlaneSubsystemDescriptor.Cinfo lhs

    The left-hand side of the comparison.

    XRPlaneSubsystemDescriptor.Cinfo rhs

    The right-hand side of the comparison.

    Returns
    Type Description
    bool

    True if lhs is not equal to rhs, otherwise false.

    Implements

    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)