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
◆
FilterMode
TextureFilterMode
Microsoft.Xna.Framework.Graphics.SamplerState.FilterMode
get
set
Definition at line
180
of file
SamplerState.cs
.
181
{
182
get
183
{
184
return
this.
_filterMode
;
185
}
186
set
187
{
188
this.
ThrowIfBound
();
189
this._filterMode
=
value
;
190
}
191
}
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._filterMode
TextureFilterMode _filterMode
Definition
SamplerState.cs:320
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
SamplerState
Generated by
1.10.0