Struct XRImageTrackingSubsystemDescriptor.Cinfo | AR Subsystems | 3.1.10
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 { get; set; }
    Property Value
    Type Description
    String

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

    subsystemImplementationType

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

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

    supportsMovingImages

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

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

    If true, must be implemented.

    supportsMutableLibrary

    Whether the subsystem supports image libraries that may be mutated at runtime.

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

    If true, must be implemented and will never be called.

    See Also
    MutableRuntimeReferenceImageLibrary

    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(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
    Overrides
    ValueType.GetHashCode()

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