Interface IDataFlowGraphBridge
Bridge interface to collect allocations when building DataFlowGraphs
Syntax
public interface IDataFlowGraphBridge
Properties
Set
Declaration
Property Value
Methods
Create<TDefinition>()
Declaration
NodeHandle<TDefinition> Create<TDefinition>()
where TDefinition : NodeDefinition, new()
Returns
Type |
Description |
NodeHandle<TDefinition> |
|
Type Parameters
Name |
Description |
TDefinition |
|
CreateComponentNode(Entity)
Declaration
NodeHandle<ComponentNode> CreateComponentNode(Entity entity)
Parameters
Type |
Name |
Description |
Entity |
entity |
|
Returns
Type |
Description |
NodeHandle<ComponentNode> |
|
RemoveNode(NodeHandle)
Declaration
void RemoveNode(NodeHandle nodeHandle)
Parameters
Type |
Name |
Description |
NodeHandle |
nodeHandle |
|