AnimationNodeBlendTree.addNode

Adds an AnimationNode at the given position. The name is used to identify the created sub-node later.

struct AnimationNodeBlendTree
@nogc nothrow
void
addNode
(
in String name
,,
in Vector2 position = Vector2(0, 0)
)

Meta