Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AlphaFunction
CompareFunction
Microsoft.Xna.Framework.Graphics.AlphaTestEffect.AlphaFunction
get
set
Definition at line
194
of file
AlphaTestEffect.cs
.
195
{
196
get
197
{
198
return
alphaFunction
;
199
}
200
set
201
{
202
alphaFunction
=
value
;
203
dirtyFlags
|= EffectDirtyFlags.AlphaTest;
204
}
205
}
Microsoft.Xna.Framework.Graphics.AlphaTestEffect.alphaFunction
CompareFunction alphaFunction
Definition
AlphaTestEffect.cs:39
Microsoft.Xna.Framework.Graphics.AlphaTestEffect.dirtyFlags
EffectDirtyFlags dirtyFlags
Definition
AlphaTestEffect.cs:45
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
AlphaTestEffect
Generated by
1.10.0