Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ColorSourceBlend
Blend
Microsoft.Xna.Framework.Graphics.BlendState.ColorSourceBlend
get
set
Definition at line
207
of file
BlendState.cs
.
208
{
209
get
210
{
211
return
cachedColorSourceBlend
;
212
}
213
set
214
{
215
ThrowIfBound
();
216
cachedColorSourceBlend
=
value
;
217
}
218
}
Microsoft.Xna.Framework.Graphics.BlendState.cachedColorSourceBlend
Blend cachedColorSourceBlend
Definition
BlendState.cs:10
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