Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AlphaDestinationBlend
Blend
Microsoft.Xna.Framework.Graphics.BlendState.AlphaDestinationBlend
get
set
Definition at line
155
of file
BlendState.cs
.
156
{
157
get
158
{
159
return
cachedAlphaDestinationBlend
;
160
}
161
set
162
{
163
ThrowIfBound
();
164
cachedAlphaDestinationBlend
=
value
;
165
}
166
}
Microsoft.Xna.Framework.Graphics.BlendState.ThrowIfBound
void ThrowIfBound()
Definition
BlendState.cs:411
Microsoft.Xna.Framework.Graphics.BlendState.cachedAlphaDestinationBlend
Blend cachedAlphaDestinationBlend
Definition
BlendState.cs:18
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
BlendState
Generated by
1.10.0