Struct XRAnchorSubsystemDescriptor.Cinfo | AR Subsystems | 3.1.10
docs.unity3d.com
    Show / Hide Table of Contents

    Struct XRAnchorSubsystemDescriptor.Cinfo

    Constructor info used to register a descriptor.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public struct Cinfo : IEquatable<XRAnchorSubsystemDescriptor.Cinfo>

    Properties

    id

    The string identifier for this subsystem.

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

    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
    Type Description
    Type

    supportsTrackableAttachments

    true if the subsystem supports attachments, i.e., the ability to attach an anchor to a trackable.

    Declaration
    public bool supportsTrackableAttachments { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    Equals(XRAnchorSubsystemDescriptor.Cinfo)

    Declaration
    public bool Equals(XRAnchorSubsystemDescriptor.Cinfo other)
    Parameters
    Type Name Description
    XRAnchorSubsystemDescriptor.Cinfo other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()

    Operators

    Equality(XRAnchorSubsystemDescriptor.Cinfo, XRAnchorSubsystemDescriptor.Cinfo)

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

    Inequality(XRAnchorSubsystemDescriptor.Cinfo, XRAnchorSubsystemDescriptor.Cinfo)

    Declaration
    public static bool operator !=(XRAnchorSubsystemDescriptor.Cinfo lhs, XRAnchorSubsystemDescriptor.Cinfo rhs)
    Parameters
    Type Name Description
    XRAnchorSubsystemDescriptor.Cinfo lhs
    XRAnchorSubsystemDescriptor.Cinfo rhs
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023