Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ReferenceAlpha
int Microsoft.Xna.Framework.Graphics.AlphaTestEffect.ReferenceAlpha
get
set
Definition at line
207
of file
AlphaTestEffect.cs
.
208
{
209
get
210
{
211
return
referenceAlpha
;
212
}
213
set
214
{
215
referenceAlpha
=
value
;
216
dirtyFlags
|= EffectDirtyFlags.AlphaTest;
217
}
218
}
Microsoft.Xna.Framework.Graphics.AlphaTestEffect.referenceAlpha
int referenceAlpha
Definition
AlphaTestEffect.cs:41
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