Table of Contents

Class FlowNode_ExecuteEventNodeView

Namespace
Ceres.Editor.Flow.Utilities
Assembly
Ceres.Flow.Editor.dll

Node view for FlowNode_ExecuteEvent

[CustomNodeView(typeof(FlowNode_ExecuteEvent), true)]
public sealed class FlowNode_ExecuteEventNodeView : ExecutableNodeView, ICeresNodeView
Inheritance
FlowNode_ExecuteEventNodeView
Implements
Inherited Members

Constructors

FlowNode_ExecuteEventNodeView(Type, CeresGraphView)

public FlowNode_ExecuteEventNodeView(Type type, CeresGraphView graphView)

Parameters

type Type
graphView CeresGraphView

Methods

CompileNode()

public override ExecutableNode CompileNode()

Returns

ExecutableNode

SetEventName(string)

public void SetEventName(string inName)

Parameters

inName string

SetNodeInstance(CeresNode)

Set node instance attached to this view and restore all properties

public override void SetNodeInstance(CeresNode ceresNode)

Parameters

ceresNode CeresNode