Search Results for

    Show / Hide Table of Contents

    Class DataProcessorGroup<TData, TFrom, TTo>

    Inheritance
    object
    DataProcessorGroup<TData, TFrom, TTo>
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DataProcessorGroup<TData, TFrom, TTo> where TData : struct
    Type Parameters
    Name Description
    TData
    TFrom
    TTo

    Properties

    count

    Declaration
    public int count { get; }
    Property Value
    Type Description
    int

    Methods

    Add(DataProcessor<TData, TFrom, TTo>, int)

    Processors with lower priority value will be executed first.

    Declaration
    public void Add(DataProcessor<TData, TFrom, TTo> processor, int priority = 0)
    Parameters
    Type Name Description
    DataProcessor<TData, TFrom, TTo> processor
    int priority

    Clear()

    Declaration
    public void Clear()

    Process(ref TData, TFrom, TTo)

    Declaration
    public void Process(ref TData data, TFrom from, TTo to)
    Parameters
    Type Name Description
    TData data
    TFrom from
    TTo to

    Remove(DataProcessor<TData, TFrom, TTo>)

    Declaration
    public void Remove(DataProcessor<TData, TFrom, TTo> processor)
    Parameters
    Type Name Description
    DataProcessor<TData, TFrom, TTo> processor
    In This Article
    Back to top Shape of Dreams API Documentation