setSize method

  1. @override
void setSize(
  1. int width,
  2. int height
)
override

Implementation

@override
void setSize(int width, int height) {
  textureComp.setSize(width, height);
  textureOld.setSize(width, height);
}