multFrames method

void multFrames(
  1. int n
)

Implementation

void multFrames(int n) => frameCount = frameCount * n;