docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddNode

    AddNode<T>(T, Func<IPort, uint?>)

    Declaration
    public T AddNode<T>(T onUpdate, Func<IPort, uint?> getOutputDataPortPreAllocatedDataIndex = null) where T : struct, INode
    Parameters
    Type Name Description
    T onUpdate
    Func<IPort, uint?> getOutputDataPortPreAllocatedDataIndex
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    AddNode(INode, Func<IPort, uint?>)

    Declaration
    public INode AddNode(INode onUpdate, Func<IPort, uint?> getOutputDataPortPreAllocatedDataIndex = null)
    Parameters
    Type Name Description
    INode onUpdate
    Func<IPort, uint?> getOutputDataPortPreAllocatedDataIndex
    Returns
    Type Description
    INode
    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)