setFrameCount method

void setFrameCount(
  1. int count
)

Implementation

void setFrameCount(int count) {
  _frameCount = count;
}