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
◆
Filter
TextureFilter
Microsoft.Xna.Framework.Graphics.SamplerState.Filter
get
set
Definition at line
83
of file
SamplerState.cs
.
84
{
85
get
86
{
87
return
this.
_filter
;
88
}
89
set
90
{
91
this.
ThrowIfBound
();
92
this._filter
=
value
;
93
}
94
}
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._filter
TextureFilter _filter
Definition
SamplerState.cs:308
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
SamplerState
Generated by
1.10.0