Class FlowNode_ExecuteFunctionVoidNodeView
Inheritance
object
FlowNode_ExecuteFunctionVoidNodeView
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ceres.Editor.Graph.Flow.Utilities
Assembly: cs.temp.dll.dll
Syntax
public sealed class FlowNode_ExecuteFunctionVoidNodeView : ExecuteFunctionNodeView, ICeresNodeView
Constructors
FlowNode_ExecuteFunctionVoidNodeView(Type, CeresGraphView)
Declaration
public FlowNode_ExecuteFunctionVoidNodeView(Type type, CeresGraphView graphView)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
CeresGraphView | graphView |
Methods
FillMethodParametersPorts(MethodInfo)
Declaration
protected override void FillMethodParametersPorts(MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
MethodInfo | methodInfo |