Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ VertexColorEnabled

bool Microsoft.Xna.Framework.Graphics.BasicEffect.VertexColorEnabled
getset

Definition at line 304 of file BasicEffect.cs.

305 {
306 get
307 {
308 return vertexColorEnabled;
309 }
310 set
311 {
312 if (vertexColorEnabled != value)
313 {
315 dirtyFlags |= EffectDirtyFlags.ShaderIndex;
316 }
317 }
318 }