Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AlphaBlendFunction
BlendFunction
Microsoft.Xna.Framework.Graphics.BlendState.AlphaBlendFunction
get
set
Definition at line
142
of file
BlendState.cs
.
143
{
144
get
145
{
146
return
cachedAlphaBlendFunction
;
147
}
148
set
149
{
150
ThrowIfBound
();
151
cachedAlphaBlendFunction
=
value
;
152
}
153
}
Microsoft.Xna.Framework.Graphics.BlendState.cachedAlphaBlendFunction
BlendFunction cachedAlphaBlendFunction
Definition
BlendState.cs:20
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