Class ExecuteCustomFunctionNodeView
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.CustomFunctions
Assembly: cs.temp.dll.dll
Syntax
public sealed class ExecuteCustomFunctionNodeView : ExecutableNodeView, ICeresNodeView
Constructors
ExecuteCustomFunctionNodeView(Type, CeresGraphView)
Declaration
public ExecuteCustomFunctionNodeView(Type type, CeresGraphView graphView)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
CeresGraphView | graphView |
Methods
BuildContextualMenu(ContextualMenuPopulateEvent)
Declaration
public override void BuildContextualMenu(ContextualMenuPopulateEvent evt)
Parameters
Type | Name | Description |
---|---|---|
ContextualMenuPopulateEvent | evt |
Overrides
CompileNode()
Declaration
public override ExecutableNode CompileNode()
Returns
Type | Description |
---|---|
ExecutableNode |
Overrides
SetFlowGraphFunction(FlowGraphFunction)
Declaration
public void SetFlowGraphFunction(FlowGraphFunction flowGraphFunction)
Parameters
Type | Name | Description |
---|---|---|
FlowGraphFunction | flowGraphFunction |
SetLocalFunction(string)
Declaration
public void SetLocalFunction(string localFunctionName)
Parameters
Type | Name | Description |
---|---|---|
string | localFunctionName |
SetNodeInstance(CeresNode)
Declaration
public override void SetNodeInstance(CeresNode ceresNode)
Parameters
Type | Name | Description |
---|---|---|
CeresNode | ceresNode |
Overrides
Validate(FlowGraphValidator)
Declaration
public override void Validate(FlowGraphValidator validator)
Parameters
Type | Name | Description |
---|---|---|
FlowGraphValidator | validator |