Method AddExecutionThisFrame
AddExecutionThisFrame(NodeId, uint)
Plan an execution this frame
Declaration
public void AddExecutionThisFrame(NodeId nodeId, uint portIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
NodeId | nodeId | Node to trigger |
uint | portIndex | Trigger port |
AddExecutionThisFrame(NodeExecution)
Declaration
public void AddExecutionThisFrame(GraphInstance.NodeExecution exec)
Parameters
Type | Name | Description |
---|---|---|
GraphInstance.NodeExecution | exec |