Function AnimatedSprite3D.animation

The current animation from the frames resource. If this value changes, the frame counter is reset.

String animation() nothrow @property @nogc;

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