terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
GetSizeForLevel()
[1/2]
static
void
Microsoft.Xna.Framework.Graphics.Texture.GetSizeForLevel
(
int
width
,
int
height
,
int
depth
,
int
level
,
[Out] int
w
,
[Out] int
h
,
[Out] int
d
)
inline
static
package
inherited
Definition at line
65
of file
Texture.cs
.
66
{
67
w.m_value
= width;
68
h.m_value
= height;
69
d.m_value
= depth;
70
int
num = 1;
71
w.m_value
= num;
72
int
num2
= 1;
73
h.m_value
=
num2
;
74
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
References
j__TPar
.
Microsoft
Xna
Framework
Graphics
Texture2D
Generated by
1.10.0