lookAt method

void lookAt(
  1. Vector3 target
)

Implementation

void lookAt(Vector3 target) => headTransform.lookAt(target);