Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ColorWriteChannels2
ColorWriteChannels
Microsoft.Xna.Framework.Graphics.BlendState.ColorWriteChannels2
get
set
Definition at line
103
of file
BlendState.cs
.
104
{
105
get
106
{
107
return
cachedColorWriteChannels2
;
108
}
109
set
110
{
111
ThrowIfBound
();
112
cachedColorWriteChannels2
=
value
;
113
}
114
}
Microsoft.Xna.Framework.Graphics.BlendState.ThrowIfBound
void ThrowIfBound()
Definition
BlendState.cs:411
Microsoft.Xna.Framework.Graphics.BlendState.cachedColorWriteChannels2
ColorWriteChannels cachedColorWriteChannels2
Definition
BlendState.cs:26
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
BlendState
Generated by
1.10.0