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()
[2/2]
static
void
Microsoft.Xna.Framework.Graphics.Texture.GetSizeForLevel
(
int
width
,
int
height
,
int
level
,
[Out] int
w
,
[Out] int
h
)
inline
static
package
inherited
Definition at line
51
of file
Texture.cs
.
52
{
53
w.m_value
= width;
54
h.m_value
= height;
55
h.m_value
= height;
56
if
(height != 0)
57
{
58
return
;
59
}
60
int
num = 1;
61
h.m_value
= num;
62
}
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