rollLeft method

void rollLeft(
  1. double amount
)

Implementation

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