Interface INodeViewResolver
Interface for custom node view resolver
Namespace: Ceres.Editor.Graph
Assembly: cs.temp.dll.dll
Syntax
public interface INodeViewResolver
Methods
CreateNodeView(Type, CeresGraphView)
Declaration
ICeresNodeView CreateNodeView(Type type, CeresGraphView graphView)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
CeresGraphView | graphView |
Returns
Type | Description |
---|---|
ICeresNodeView |
IsAcceptable(Type)
Declaration
bool IsAcceptable(Type nodeType)
Parameters
Type | Name | Description |
---|---|---|
Type | nodeType |
Returns
Type | Description |
---|---|
bool |