Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ColorDestinationBlend
Blend
Microsoft.Xna.Framework.Graphics.BlendState.ColorDestinationBlend
get
set
Definition at line
194
of file
BlendState.cs
.
195
{
196
get
197
{
198
return
cachedColorDestinationBlend
;
199
}
200
set
201
{
202
ThrowIfBound
();
203
cachedColorDestinationBlend
=
value
;
204
}
205
}
Microsoft.Xna.Framework.Graphics.BlendState.cachedColorDestinationBlend
Blend cachedColorDestinationBlend
Definition
BlendState.cs:12
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