Class CameraBuilder.Orthographic

CameraBuilder.Orthographic class

public sealed class Orthographic : CameraBuilder

Constructors

NameDescription
Orthographic(float, float, float, float)

Properties

NameDescription
Extras { get; set; }Gets or sets the custom data of this object.
IsValid { get; }Gets a value indicating whether the camera parameters are correct.
Matrix { get; }Gets the projection matrix for the camera parameters.
Name { get; set; }Gets or sets the display text name, or null.
XMag { get; set; }Gets or sets the magnification factor in the X axis
YMag { get; set; }Gets or sets the magnification factor in the Y axis
ZFar { get; set; }Gets or sets the far plane distance in the Z axis.
ZNear { get; set; }Gets or sets the near plane distance in the Z axis.

Methods

NameDescription
override Clone()

See Also