Struct ViewProperties
View the properties.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public struct ViewProperties
Fields
Pose
Gets or sets the view pose.
Declaration
public ViewPose Pose
Field Value
Type | Description |
---|---|
ViewPose | The view pose. |
Projection
Gets or sets the eye projection matrix.
Declaration
public Matrix4x4 Projection
Field Value
Type | Description |
---|---|
Matrix4x4 | The eye projection matrix. |