docs.unity3d.com
    Show / Hide Table of Contents

    Struct XRImageTrackingSubsystemDescriptor.Cinfo

    Construction information for the XRImageTrackingSubsystemDescriptor.

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

    Properties

    id

    A string identifier used to name the subsystem provider.

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

    subsystemImplementationType

    The System.Type of the provider implementation, used to instantiate the class.

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

    supportsMovingImages

    Whether the subsystem supports tracking the poses of moving images in realtime.

    Declaration
    public bool supportsMovingImages { readonly 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

    Equals(XRImageTrackingSubsystemDescriptor.Cinfo)

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

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32

    Operators

    Equality(XRImageTrackingSubsystemDescriptor.Cinfo, XRImageTrackingSubsystemDescriptor.Cinfo)

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

    Inequality(XRImageTrackingSubsystemDescriptor.Cinfo, XRImageTrackingSubsystemDescriptor.Cinfo)

    Declaration
    public static bool operator !=(XRImageTrackingSubsystemDescriptor.Cinfo lhs, XRImageTrackingSubsystemDescriptor.Cinfo rhs)
    Parameters
    Type Name Description
    XRImageTrackingSubsystemDescriptor.Cinfo lhs
    XRImageTrackingSubsystemDescriptor.Cinfo rhs
    Returns
    Type Description
    Boolean
    Back to top
    Terms of use
    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