Version: 2022.1
言語: 日本語
public void LookAt (Vector3 point);
public void LookAt (Vector3 point, Quaternion direction);
public void LookAt (Vector3 point, Quaternion direction, float newSize);
public void LookAt (Vector3 point, Quaternion direction, float newSize, bool ortho);
public void LookAt (Vector3 point, Quaternion direction, float newSize, bool ortho, bool instant);

パラメーター

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).

説明

Moves the Scene view to focus on a target.