Node.queueAction

Queue an action to perform within this node's branch.

This is recommended to use over LayoutTree.queueAction, as it can be used to limit the action to a specific branch, and can also work before the first draw.

This function is not safe to use while the tree is being drawn.

class Node
final
void
queueAction
in (action, "Invalid action queued (null)")

Meta