Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MaxAnisotropy
int Microsoft.Xna.Framework.Graphics.SamplerState.MaxAnisotropy
get
set
Definition at line
86
of file
SamplerState.cs
.
87
{
88
get
89
{
90
return
cachedMaxAnisotropy
;
91
}
92
set
93
{
94
ThrowIfBound
();
95
cachedMaxAnisotropy
=
value
;
96
}
97
}
Microsoft.Xna.Framework.Graphics.SamplerState.cachedMaxAnisotropy
int cachedMaxAnisotropy
Definition
SamplerState.cs:18
Microsoft.Xna.Framework.Graphics.SamplerState.ThrowIfBound
void ThrowIfBound()
Definition
SamplerState.cs:323
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
SamplerState
Generated by
1.10.0