C# Class UnityEditor.SketchUpImportCamera

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Свойство 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
Résultat float

fieldOfView public_oe property

Field of view of the camera.

public float fieldOfView
Résultat float

isPerspective public_oe property

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

public bool isPerspective
Résultat bool

lookAt public_oe property

The position the camera is looking at.

public Vector3 lookAt
Résultat 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
Résultat float

position public_oe property

The position of the camera.

public Vector3 position
Résultat Vector3

up public_oe property

Up vector of the camera.

public Vector3 up
Résultat Vector3