Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BlendFactor
Color
Microsoft.Xna.Framework.Graphics.BlendState.BlendFactor
get
set
Definition at line
77
of file
BlendState.cs
.
78
{
79
get
80
{
81
return
cachedBlendFactor
;
82
}
83
set
84
{
85
ThrowIfBound
();
86
cachedBlendFactor
=
value
;
87
}
88
}
Microsoft.Xna.Framework.Graphics.BlendState.ThrowIfBound
void ThrowIfBound()
Definition
BlendState.cs:411
Microsoft.Xna.Framework.Graphics.BlendState.cachedBlendFactor
Color cachedBlendFactor
Definition
BlendState.cs:30
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
BlendState
Generated by
1.10.0