size abstract method

Vector2 size(
  1. int row
)

The size of one frame of row, which a SpriteNode takes as its own.

Implementation

Vector2 size(int row);