Function AnimationPlayer.autoplay

The name of the animation to play when the scene loads.

String autoplay() nothrow @property @nogc;

void autoplay (
  String v
) nothrow @property @nogc;