Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Up
Vector3
Microsoft.Xna.Framework.Matrix.Up
get
set
Definition at line
83
of file
Matrix.cs
.
84
{
85
get
86
{
87
Vector3
result =
default
(Vector3);
88
result.X =
M21
;
89
result.Y =
M22
;
90
result.Z =
M23
;
91
return
result;
92
}
93
set
94
{
95
M21
=
value
.X;
96
M22
=
value
.Y;
97
M23
=
value
.Z;
98
}
99
}
Microsoft.Xna.Framework.Graphics.VertexElementFormat.Vector3
@ Vector3
System.ExceptionArgument.value
@ value
Microsoft.Xna.Framework.Matrix.M23
float M23
Definition
Matrix.cs:50
Microsoft.Xna.Framework.Matrix.M22
float M22
Definition
Matrix.cs:47
Microsoft.Xna.Framework.Matrix.M21
float M21
Definition
Matrix.cs:44
Microsoft
Xna
Framework
Matrix
Generated by
1.10.0