Class DataFlowGraphBridge
Default Implementation of a IDataFlowGraphBridge
Inheritance
DataFlowGraphBridge
Syntax
public class DataFlowGraphBridge : IDisposable, IDataFlowGraphBridge
Constructors
DataFlowGraphBridge()
Declaration
public DataFlowGraphBridge()
DataFlowGraphBridge(NodeSet)
Declaration
public DataFlowGraphBridge(NodeSet nodeSet)
Parameters
| Type |
Name |
Description |
| NodeSet |
nodeSet |
|
Properties
Set
Declaration
public NodeSet Set { get; }
Property Value
Implements
Methods
Create<TDefinition>()
Declaration
public NodeHandle<TDefinition> Create<TDefinition>()
where TDefinition : NodeDefinition, new()
Returns
| Type |
Description |
| NodeHandle<TDefinition> |
|
Type Parameters
| Name |
Description |
| TDefinition |
|
Implements
CreateComponentNode(Entity)
Declaration
public NodeHandle<ComponentNode> CreateComponentNode(Entity entity)
Parameters
| Type |
Name |
Description |
| Entity |
entity |
|
Returns
| Type |
Description |
| NodeHandle<ComponentNode> |
|
Implements
DestroyAllNodesAndGraphs()
Declaration
public void DestroyAllNodesAndGraphs()
Dispose()
Declaration
RemoveNode(NodeHandle)
Declaration
public void RemoveNode(NodeHandle nodeHandle)
Parameters
| Type |
Name |
Description |
| NodeHandle |
nodeHandle |
|
Implements