Table of Contents

Class CustomFunctionInputNodeView

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

Constructors

CustomFunctionInputNodeView(Type, CeresGraphView)

public CustomFunctionInputNodeView(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