Table of Contents

Class NodeViewFactory

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll
public sealed class NodeViewFactory
Inheritance
NodeViewFactory
Inherited Members

Methods

CreateInstance(Type, CeresGraphView)

Create node view instance

public ICeresNodeView CreateInstance(Type nodeType, CeresGraphView graphView)

Parameters

nodeType Type
graphView CeresGraphView

Returns

ICeresNodeView

CreateInstanceResolved(Type, CeresGraphView, params Type[])

Create node view instance with generic resolving

public ICeresNodeView CreateInstanceResolved(Type nodeType, CeresGraphView graphView, params Type[] genericArguments)

Parameters

nodeType Type
graphView CeresGraphView
genericArguments Type[]

Returns

ICeresNodeView

Get()

public static NodeViewFactory Get()

Returns

NodeViewFactory