Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IEffectMatrices.cs
Go to the documentation of this file.
1
namespace
Microsoft.Xna.Framework.Graphics
;
2
3
public
interface
IEffectMatrices
4
{
5
Matrix
World
{
get
;
set
; }
6
7
Matrix
View
{
get
;
set
; }
8
9
Matrix
Projection
{
get
;
set
; }
10
}
Microsoft.Xna.Framework.Graphics.IEffectMatrices.World
Matrix World
Definition
IEffectMatrices.cs:5
Microsoft.Xna.Framework.Graphics.IEffectMatrices.View
Matrix View
Definition
IEffectMatrices.cs:7
Microsoft.Xna.Framework.Graphics.IEffectMatrices.Projection
Matrix Projection
Definition
IEffectMatrices.cs:9
Microsoft.Xna.Framework.Graphics.IEffectMatrices
Definition
IEffectMatrices.cs:4
Microsoft.Xna.Framework.Graphics
Definition
AlphaTestEffect.cs:1
Microsoft.Xna.Framework.Matrix
Definition
Matrix.cs:12
source
Microsoft.Xna.Framework.Graphics
IEffectMatrices.cs
Generated by
1.10.0