Class CameraOrthographic
Inheritance
CameraOrthographic
Assembly: Evergine.Assets.dll
Syntax
public class CameraOrthographic
Properties
Extensions
Dictionary object with extension-specific objects.
Declaration
[JsonProperty("extensions")]
public Dictionary<string, object> Extensions { get; set; }
Property Value
Application-specific data.
Declaration
[JsonProperty("extras")]
public Extras Extras { get; set; }
Property Value
Xmag
The floating-point horizontal magnification of the view. Must not be zero.
Declaration
[JsonRequired]
[JsonProperty("xmag")]
public float Xmag { get; set; }
Property Value
Ymag
The floating-point vertical magnification of the view. Must not be zero.
Declaration
[JsonRequired]
[JsonProperty("ymag")]
public float Ymag { get; set; }
Property Value
Zfar
The floating-point distance to the far clipping plane. zfar
must be greater than znear
.
Declaration
[JsonRequired]
[JsonProperty("zfar")]
public float Zfar { get; set; }
Property Value
Znear
The floating-point distance to the near clipping plane.
Declaration
[JsonRequired]
[JsonProperty("znear")]
public float Znear { get; set; }
Property Value
Methods
ShouldSerializeExtensions()
Declaration
public bool ShouldSerializeExtensions()
Returns
Declaration
public bool ShouldSerializeExtras()
Returns
Extension Methods