Version: 2022.3
LanguageEnglish
  • C#

SceneView.LookAt

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public void LookAt(Vector3 point);

Declaration

public void LookAt(Vector3 point, Quaternion direction);

Declaration

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

Declaration

public void LookAt(Vector3 point, Quaternion direction, float newSize, bool ortho);

Declaration

public void LookAt(Vector3 point, Quaternion direction, float newSize, bool ortho, bool instant);

Parameters

point The position in world space to frame.
direction The direction that the Scene view should view the target point from.
newSize The amount of camera zoom. Sets size.
ortho Whether the camera focus is in orthographic mode (true) or perspective mode (false).
instant Apply the movement immediately (true) or animate the transition (false).

Description

Moves the Scene view to focus on a target.