C# Class UnityEditor.SketchUpImportCamera

Show file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
aspectRatio float
fieldOfView float
isPerspective bool
lookAt Vector3
orthoSize float
position Vector3
up Vector3

Property Details

aspectRatio public property

Aspect ratio of the camera.

public float aspectRatio
return float

fieldOfView public property

Field of view of the camera.

public float fieldOfView
return float

isPerspective public property

Indicate if the camera is using a perspective or orthogonal projection.

public bool isPerspective
return bool

lookAt public property

The position the camera is looking at.

public Vector3 lookAt
return Vector3

orthoSize public property

The orthogonal projection size of the camera. This value only make sense if SketchUpImportCamera.isPerspective is false.

public float orthoSize
return float

position public property

The position of the camera.

public Vector3 position
return Vector3

up public property

Up vector of the camera.

public Vector3 up
return Vector3