docs.unity3d.com
    Show / Hide Table of Contents

    Class TrackableProcessingJob<T>

    A task that processes spatial data in the database

    Inheritance
    Object
    ProcessingJob
    ProcessingJob<TrackableMARSDataCollection<T>, List<KeyValuePair<Int32, T>>>
    TrackableProcessingJob<T>
    Inherited Members
    ProcessingJob<TrackableMARSDataCollection<T>, List<KeyValuePair<Int32, T>>>.m_Source
    ProcessingJob<TrackableMARSDataCollection<T>, List<KeyValuePair<Int32, T>>>.m_Processed
    ProcessingJob<TrackableMARSDataCollection<T>, List<KeyValuePair<Int32, T>>>.processed
    ProcessingJob.userCount
    Namespace: Unity.MARS.Data
    Syntax
    public class TrackableProcessingJob<T> : ProcessingJob<TrackableMARSDataCollection<T>, List<KeyValuePair<int, T>>> where T : IMRTrackable
    Type Parameters
    Name Description
    T

    The concrete type implementing IMRTrackable that we're processing

    Constructors

    TrackableProcessingJob(TrackableMARSDataCollection<T>, List<KeyValuePair<Int32, T>>, Comparison<KeyValuePair<Int32, T>>)

    Create a new trackable processing job

    Declaration
    public TrackableProcessingJob(TrackableMARSDataCollection<T> source, List<KeyValuePair<int, T>> processed, Comparison<KeyValuePair<int, T>> comparison)
    Parameters
    Type Name Description
    TrackableMARSDataCollection<T> source

    The source collection of trackable data

    List<KeyValuePair<Int32, T>> processed

    The collection to put processed data into

    Comparison<KeyValuePair<Int32, T>> comparison

    How we determine the sorting this job performs

    Methods

    Execute()

    Perform this job's processing

    Declaration
    public override void Execute()
    Overrides
    ProcessingJob.Execute()
    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