Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Filter
TextureFilter
Microsoft.Xna.Framework.Graphics.SamplerState.Filter
get
set
Definition at line
138
of file
SamplerState.cs
.
139
{
140
get
141
{
142
return
cachedFilter
;
143
}
144
set
145
{
146
ThrowIfBound
();
147
cachedFilter
=
value
;
148
}
149
}
Microsoft.Xna.Framework.Graphics.SamplerState.ThrowIfBound
void ThrowIfBound()
Definition
SamplerState.cs:323
Microsoft.Xna.Framework.Graphics.SamplerState.cachedFilter
TextureFilter cachedFilter
Definition
SamplerState.cs:10
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
SamplerState
Generated by
1.10.0