Class CameraBuilder

CameraBuilder class

Represents an camera object.

public abstract class CameraBuilder : BaseBuilder

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.
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.
static LocalDirection { get; }

Methods

NameDescription
abstract Clone()

Other Members

NameDescription
class Orthographic
class Perspective

Remarks

Derived types are: - Orthographic - Perspective

See Also