Function Sprite.frameCoords

Coordinates of the frame to display from sprite sheet. This is as an alias for the frame property. vframes or hframes must be greater than 1.

Vector2 frameCoords() nothrow @property @nogc;

void frameCoords (
  Vector2 v
) nothrow @property @nogc;