Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
VertexColorEnabled
bool
Microsoft.Xna.Framework.Graphics.DualTextureEffect.VertexColorEnabled
get
set
Definition at line
184
of file
DualTextureEffect.cs
.
185
{
186
get
187
{
188
return
vertexColorEnabled
;
189
}
190
set
191
{
192
if
(
vertexColorEnabled
!= value)
193
{
194
vertexColorEnabled
=
value
;
195
dirtyFlags
|= EffectDirtyFlags.ShaderIndex;
196
}
197
}
198
}
Microsoft.Xna.Framework.Graphics.DualTextureEffect.vertexColorEnabled
bool vertexColorEnabled
Definition
DualTextureEffect.cs:21
Microsoft.Xna.Framework.Graphics.DualTextureEffect.dirtyFlags
EffectDirtyFlags dirtyFlags
Definition
DualTextureEffect.cs:39
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
DualTextureEffect
Generated by
1.10.0