resetBody method

void resetBody()

Implementation

void resetBody() {
  _rotation = 0.0;
  _scale = 1.0;
  _opacity = 1.0;
  _dirty = true;
}