AddDestination(BasicBlock,Condition)
Method in BasicBlock
Summary
Adds a new destination to this block, that points to another block.
public void AddDestination(BasicBlock descendant, Condition condition)
Parameters
Name
Description
Yarn.Compiler.BasicBlock descendant
The new descendant node.
Yarn.Compiler.BasicBlock.Condition condition
The condition under which descendant
will be run.
Last updated
Was this helpful?