Class CameraOrthographic

CameraOrthographic class

An orthographic camera containing properties to create an orthographic projection matrix.

public sealed class CameraOrthographic : ExtraProperties, ICamera

Properties

NameDescription
Extensions { get; }Gets a collection of JsonSerializable instances.
Extras { get; set; }Gets or sets the extras content of this instance.
IsOrthographic { get; }
IsPerspective { get; }
Matrix { get; }Gets the projection matrix for the current settings
XMag { get; }Gets the magnification factor in the X axis
YMag { get; }Gets the magnification factor in the Y axis
ZFar { get; }Gets the far plane distance in the Z axis.
ZNear { get; }Gets the near plane distance in the Z axis.

Methods

NameDescription
GetExtension<T>()
RemoveExtensions<T>()
RemoveExtensions<T>(T)
SetExtension<T>(T)
UseExtension<T>()
static VerifyParameters(float, float, float, float)

See Also