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

◆ VertexColorEnabled

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

Definition at line 178 of file AlphaTestEffect.cs.

179 {
180 get
181 {
182 return vertexColorEnabled;
183 }
184 set
185 {
186 if (vertexColorEnabled != value)
187 {
189 dirtyFlags |= EffectDirtyFlags.ShaderIndex;
190 }
191 }
192 }