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

◆ VertexColorEnabled

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

Definition at line 184 of file DualTextureEffect.cs.

185 {
186 get
187 {
188 return vertexColorEnabled;
189 }
190 set
191 {
192 if (vertexColorEnabled != value)
193 {
195 dirtyFlags |= EffectDirtyFlags.ShaderIndex;
196 }
197 }
198 }