LookAt

public void LookAt(float angularSpeed, Vector3 targetPosition) ;

Rotate in the direction of the specified position.

Parameter Name Description
angularSpeed Speed of rotation
targetPosition Target
public void LookAt(float angularSpeed, Transform target) ;

Rotates in the direction of the specified Transform.

Parameter Name Description
angularSpeed Speed of rotation
target Target