docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method RenameDynamicPort

    RenameDynamicPort(string, string)

    Renames a dynamic port.

    Declaration
    public bool RenameDynamicPort(string fromName, string toName)
    Parameters
    Type Name Description
    string fromName

    From name.

    string toName

    To name.

    Returns
    Type Description
    bool

    true if succeeded, false otherwise.

    RenameDynamicPort(int, string)

    Renames a dynamic port.

    Declaration
    public bool RenameDynamicPort(int idx, string toName)
    Parameters
    Type Name Description
    int idx

    The index.

    string toName

    To name.

    Returns
    Type Description
    bool

    true if succeeded, false otherwise.

    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)