public void LookAtDirect (Vector3 point, Quaternion direction);
public void LookAtDirect (Vector3 point, Quaternion direction, float newSize);

Parámetros

pointThe position in world space to frame.
directionThe direction from which the Scene view should view the point.
newSizeThe amount of camera zoom. Sets size.

Descripción

LookAt without animating the scene movement.