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
◆
MaxMipLevel
int Microsoft.Xna.Framework.Graphics.SamplerState.MaxMipLevel
get
set
Definition at line
115
of file
SamplerState.cs
.
116
{
117
get
118
{
119
return
this.
_maxMipLevel
;
120
}
121
set
122
{
123
this.
ThrowIfBound
();
124
this._maxMipLevel
=
value
;
125
}
126
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Microsoft.Xna.Framework.Graphics.SamplerState.ThrowIfBound
void ThrowIfBound()
Definition
SamplerState.cs:207
Microsoft.Xna.Framework.Graphics.SamplerState._maxMipLevel
int _maxMipLevel
Definition
SamplerState.cs:314
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
SamplerState
Generated by
1.10.0