setLookAt method

void setLookAt(
  1. Vector3 v
)

Implementation

void setLookAt(VM.Vector3 v) {
  _lookAtPos.setFrom(v);
}