Function AnimationTreePlayer.masterPlayer

The path to the AnimationPlayer from which this AnimationTreePlayer binds animations to animation nodes. Once set, Animation nodes can be added to the AnimationTreePlayer.

NodePath masterPlayer() nothrow @property @nogc;

void masterPlayer (
  NodePath v
) nothrow @property @nogc;