docs.unity3d.com
    Show / Hide Table of Contents

    Class ProcessingJob<S, P>

    A task that transforms data in the database

    Inheritance
    Object
    ProcessingJob
    ProcessingJob<S, P>
    TrackableProcessingJob<T>
    Inherited Members
    ProcessingJob.userCount
    ProcessingJob.Execute()
    Namespace: Unity.MARS.Data
    Syntax
    public abstract class ProcessingJob<S, P> : ProcessingJob
    Type Parameters
    Name Description
    S

    The type of the collection to be sorted (source)

    P

    The type of collection the processed data is stored in

    Fields

    m_Processed

    Declaration
    protected P m_Processed
    Field Value
    Type Description
    P

    m_Source

    Declaration
    protected S m_Source
    Field Value
    Type Description
    S

    Properties

    processed

    The data output of this processing job

    Declaration
    public P processed { get; }
    Property Value
    Type Description
    P
    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