Class ExecutionEventUberNodeView
Inheritance
object
ExecutionEventUberNodeView
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
Assembly: cs.temp.dll.dll
Syntax
public sealed class ExecutionEventUberNodeView : ExecutionEventBaseNodeView, ICeresNodeView
Constructors
ExecutionEventUberNodeView(Type, CeresGraphView)
Declaration
public ExecutionEventUberNodeView(Type type, CeresGraphView graphView)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
CeresGraphView | graphView |
Methods
CompileNode()
Declaration
public override ExecutableNode CompileNode()
Returns
Type | Description |
---|---|
ExecutableNode |
Overrides
FillMethodParameterPorts(MethodInfo)
Declaration
protected override void FillMethodParameterPorts(MethodInfo methodInfo)
Parameters
Type | Name | Description |
---|---|---|
MethodInfo | methodInfo |