docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method CreateNodeEditorForParameter

    CreateNodeEditorForParameter(SerializedParameter)

    Create the related NodeEditor for the specified parameter

    Declaration
    public static NodeEditor CreateNodeEditorForParameter(SerializedParameter param)
    Parameters
    Type Name Description
    SerializedParameter param

    SerializedParameter with information

    Returns
    Type Description
    NodeEditor

    Returns related NodeEditor instance

    CreateNodeEditorForParameter(string, string, PortDirection, FieldExtra)

    Create the related NodeEditor for the specified parameter

    Declaration
    public static NodeEditor CreateNodeEditorForParameter(string paramName, string paramTypeName, PortDirection direction, FieldExtra rw)
    Parameters
    Type Name Description
    string paramName

    The parameter type

    string paramTypeName

    Name of the parameter type.

    PortDirection direction

    The direction.

    FieldExtra rw

    The rw.

    Returns
    Type Description
    NodeEditor

    Returns related NodeEditor instance

    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)