Function Sprite.frame

Current frame to display from sprite sheet. vframes or hframes must be greater than 1.

long frame() nothrow @property @nogc;

void frame (
  long v
) nothrow @property @nogc;