Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MaxMipLevel
int Microsoft.Xna.Framework.Graphics.SamplerState.MaxMipLevel
get
set
Definition at line
73
of file
SamplerState.cs
.
74
{
75
get
76
{
77
return
cachedMaxMipLevel
;
78
}
79
set
80
{
81
ThrowIfBound
();
82
cachedMaxMipLevel
=
value
;
83
}
84
}
Microsoft.Xna.Framework.Graphics.SamplerState.ThrowIfBound
void ThrowIfBound()
Definition
SamplerState.cs:323
Microsoft.Xna.Framework.Graphics.SamplerState.cachedMaxMipLevel
int cachedMaxMipLevel
Definition
SamplerState.cs:20
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
SamplerState
Generated by
1.10.0