lookDown method

void lookDown(
  1. double amount
)

Implementation

void lookDown(double amount) {
  transform.rotate(getRight(), amount);
}