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 |