C# Class UnityEditor.SketchUpImportCamera

显示文件 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_oe property

Aspect ratio of the camera.

public float aspectRatio
return float

fieldOfView public_oe property

Field of view of the camera.

public float fieldOfView
return float

isPerspective public_oe property

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

public bool isPerspective
return bool

lookAt public_oe property

The position the camera is looking at.

public Vector3 lookAt
return Vector3

orthoSize public_oe 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_oe property

The position of the camera.

public Vector3 position
return Vector3

up public_oe property

Up vector of the camera.

public Vector3 up
return Vector3