AnimationNodeStateMachine.addNode

Adds a new node to the graph. The position is used for display in the editor.

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

Meta