AnimationNodeBlendTree.connectNode

Connects the output of an AnimationNode as input for another AnimationNode, at the input port specified by input_index.

struct AnimationNodeBlendTree
@nogc nothrow
void
connectNode
(
in String input_node
,
in long input_index
,
in String output_node
)

Meta