docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreateEdge

    CreateEdge(OutputTriggerPort, InputTriggerPort)

    Declaration
    public void CreateEdge(OutputTriggerPort outputPortModel, InputTriggerPort inputPortModel)
    Parameters
    Type Name Description
    OutputTriggerPort outputPortModel
    InputTriggerPort inputPortModel

    CreateEdge(OutputDataPort, InputDataPort)

    Declaration
    public void CreateEdge(OutputDataPort outputPortModel, InputDataPort inputPortModel)
    Parameters
    Type Name Description
    OutputDataPort outputPortModel
    InputDataPort inputPortModel

    CreateEdge(uint, OutputDataPort, IGTFPortModel)

    Declaration
    public void CreateEdge(uint outputNodeModelFirstPortIndex, OutputDataPort outputPort, IGTFPortModel inputPortModel)
    Parameters
    Type Name Description
    uint outputNodeModelFirstPortIndex
    OutputDataPort outputPort
    IGTFPortModel inputPortModel

    CreateEdge(IGTFPortModel, IGTFPortModel, bool)

    Declaration
    public void CreateEdge(IGTFPortModel outputPortModel, IGTFPortModel inputPortModel, bool warnIfNotCompatible)
    Parameters
    Type Name Description
    IGTFPortModel outputPortModel
    IGTFPortModel inputPortModel
    bool warnIfNotCompatible

    CreateEdge(IPortNode, string, IPortNode, string)

    Declaration
    public void CreateEdge(IPortNode outputNode, string outputPortUniqueId, IPortNode inputNode, string inputPortUniqueId)
    Parameters
    Type Name Description
    IPortNode outputNode
    string outputPortUniqueId
    IPortNode inputNode
    string inputPortUniqueId
    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)