rollRight method

void rollRight(
  1. double amount
)

Implementation

void rollRight(double amount) {
  transform.rotate(getBack(), amount);
}