docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Process

    Process(IPortType, T, IPortFilter<T>)

    Called by the port on new data to process.

    Declaration
    public virtual T Process(IPortType port, T Data, IPortFilter<T> previousFilter)
    Parameters
    Type Name Description
    IPortType port

    Calling port

    T Data

    New data received on the port.

    IPortFilter<T> previousFilter

    Previous portfilter if it exists, that output the Data.

    Returns
    Type Description
    T

    Proccessed data.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)