Function AnimationTreePlayer.nodeRename

Renames a node in the graph.

godot.core.defs.GodotError nodeRename (
  const(String) node,
  const(String) new_name
) nothrow @nogc;