Table of Contents

Class CustomFunctionOutputNodeView

Namespace
Ceres.Editor.Flow.CustomFunctions
Assembly
Ceres.Flow.Editor.dll
[CustomNodeView(typeof(CustomFunctionOutput))]
public class CustomFunctionOutputNodeView : ExecutableNodeView, ICeresNodeView
Inheritance
CustomFunctionOutputNodeView
Implements
Inherited Members

Constructors

CustomFunctionOutputNodeView(Type, CeresGraphView)

public CustomFunctionOutputNodeView(Type type, CeresGraphView graphView)

Parameters

type Type
graphView CeresGraphView

Methods

CompileNode()

public override ExecutableNode CompileNode()

Returns

ExecutableNode

SetNodeInstance(CeresNode)

Set node instance attached to this view and restore all properties

public override void SetNodeInstance(CeresNode ceresNode)

Parameters

ceresNode CeresNode