Version: 2019.1

SketchUpImportCamera

struct in UnityEditor

マニュアルに切り替える

説明

SketchUp ファイルから抽出したカメラのデータを保持する構造体です。

When importing a SketchUp file, Unity retrieves the current camera view the file is saved with and the camera view of all the scenes in the SketchUp file. The camera data of each Scene is stored in SketchUpImportScene

これは、後で SketchUpImporter から抽出できます。

変数

aspectRatioカメラの縦横比
fieldOfViewカメラの視野
isPerspectiveパースペクティブカメラや正射影カメラを使用している場合、表示します
lookAtカメラが見ている位置
orthoSizeカメラの正射影サイズ SketchUpImportCamera.isPerspective が False の場合、この値は意味があります。
positionカメラの位置
upカメラの Up ベクトル