Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
VertexColorEnabled
bool
Microsoft.Xna.Framework.Graphics.BasicEffect.VertexColorEnabled
get
set
Definition at line
304
of file
BasicEffect.cs
.
305
{
306
get
307
{
308
return
vertexColorEnabled
;
309
}
310
set
311
{
312
if
(
vertexColorEnabled
!= value)
313
{
314
vertexColorEnabled
=
value
;
315
dirtyFlags
|= EffectDirtyFlags.ShaderIndex;
316
}
317
}
318
}
Microsoft.Xna.Framework.Graphics.BasicEffect.vertexColorEnabled
bool vertexColorEnabled
Definition
BasicEffect.cs:39
Microsoft.Xna.Framework.Graphics.BasicEffect.dirtyFlags
EffectDirtyFlags dirtyFlags
Definition
BasicEffect.cs:67
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
BasicEffect
Generated by
1.10.0