Table of Contents

Interface IEffectMatrices

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

Gets or sets transformation matrix parameters for the current effect.

public interface IEffectMatrices

Properties

Projection

Gets or sets the projection matrix in the current effect.

Matrix Projection { get; set; }

Property Value

Matrix

View

Gets or sets the view matrix in the current effect.

Matrix View { get; set; }

Property Value

Matrix

World

Gets or sets the world matrix in the current effect.

Matrix World { get; set; }

Property Value

Matrix