Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Alpha
float Microsoft.Xna.Framework.Graphics.AlphaTestEffect.Alpha
get
set
Definition at line
99
of file
AlphaTestEffect.cs
.
100
{
101
get
102
{
103
return
alpha
;
104
}
105
set
106
{
107
alpha
=
value
;
108
dirtyFlags
|= EffectDirtyFlags.MaterialColor;
109
}
110
}
Microsoft.Xna.Framework.Graphics.AlphaTestEffect.alpha
float alpha
Definition
AlphaTestEffect.cs:33
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