docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TrackableComparisons<T>

    Definitions of ways to compare trackable data

    Inheritance
    object
    TrackableComparisons<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.MARS.Data
    Assembly: Unity.MARS.dll
    Syntax
    public static class TrackableComparisons<T> where T : IMRTrackable
    Type Parameters
    Name Description
    T

    Methods

    ComparisonForJobType(ProcessingJobType)

    Declaration
    public static Comparison<KeyValuePair<int, T>> ComparisonForJobType(ProcessingJobType type)
    Parameters
    Type Name Description
    ProcessingJobType type
    Returns
    Type Description
    Comparison<KeyValuePair<int, T>>

    Elevation(KeyValuePair<int, T>, KeyValuePair<int, T>)

    Declaration
    public static int Elevation(KeyValuePair<int, T> a, KeyValuePair<int, T> b)
    Parameters
    Type Name Description
    KeyValuePair<int, T> a
    KeyValuePair<int, T> b
    Returns
    Type Description
    int
    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)