Class CameraOpticsTechniqueCommonOrthographic

CameraOpticsTechniqueCommonOrthographic class

The camera optics technique common orthographic. Describes the field of view of an orthographic camera.

public class CameraOpticsTechniqueCommonOrthographic

Constructors

NameDescription
CameraOpticsTechniqueCommonOrthographic()The default constructor.

Properties

NameDescription
Items { get; set; }Gets or sets the items.
ItemsElementName { get; set; }Gets or sets the items element name.
Zfar { get; set; }Gets or sets the z far. Contains a floating-point number that describes the distance to the far clipping plane.
Znear { get; set; }Gets or sets the z near. Contains a floating-point number that describes the distance to the near clipping plane.

See Also