Last updated 1 year ago
Community
Yarn Spinner® and Secret Lab® are trade marks of Secret Lab Pty. Ltd., and are used by Yarn Spinner Pty. Ltd. under license.
Method in BasicBlock
Adds a new destination to this block, that points to a node.
public void AddDestination(string nodeName, Condition condition)
string nodeName
string
The name of the destination node.
condition
The condition under which descendant will be run.
descendant