Table of Contents

Interface IEffectMatrices

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll
public interface IEffectMatrices

Properties

Projection

Matrix Projection { get; set; }

Property Value

Matrix

View

Matrix View { get; set; }

Property Value

Matrix

World

Matrix World { get; set; }

Property Value

Matrix