Function SpriteFrames.addFrame

Adds a frame to the given animation.

void addFrame (
  const(String) anim,
  Texture frame,
  const(long) at_position = -1L
) nothrow @nogc;