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 — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)