Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ColorWriteChannels3
ColorWriteChannels
Microsoft.Xna.Framework.Graphics.BlendState.ColorWriteChannels3
get
set
Definition at line
90
of file
BlendState.cs
.
91
{
92
get
93
{
94
return
cachedColorWriteChannels3
;
95
}
96
set
97
{
98
ThrowIfBound
();
99
cachedColorWriteChannels3
=
value
;
100
}
101
}
Microsoft.Xna.Framework.Graphics.BlendState.cachedColorWriteChannels3
ColorWriteChannels cachedColorWriteChannels3
Definition
BlendState.cs:28
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