docs.unity3d.com
    显示 / 隐藏目录

    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
    返回到顶部
    Copyright © 2023 Unity Technologies — 商标和使用条款
    • 法律条款
    • 隐私政策
    • Cookie
    • 不要出售或分享我的个人信息
    • Your Privacy Choices (Cookie Settings)