Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AlphaSourceBlend
Blend
Microsoft.Xna.Framework.Graphics.BlendState.AlphaSourceBlend
get
set
Definition at line
168
of file
BlendState.cs
.
169
{
170
get
171
{
172
return
cachedAlphaSourceBlend
;
173
}
174
set
175
{
176
ThrowIfBound
();
177
cachedAlphaSourceBlend
=
value
;
178
}
179
}
Microsoft.Xna.Framework.Graphics.BlendState.cachedAlphaSourceBlend
Blend cachedAlphaSourceBlend
Definition
BlendState.cs:16
Microsoft.Xna.Framework.Graphics.BlendState.ThrowIfBound
void ThrowIfBound()
Definition
BlendState.cs:411
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
BlendState
Generated by
1.10.0