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

◆ TextureEnabled

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

Definition at line 276 of file BasicEffect.cs.

277 {
278 get
279 {
280 return textureEnabled;
281 }
282 set
283 {
284 if (textureEnabled != value)
285 {
287 dirtyFlags |= EffectDirtyFlags.ShaderIndex;
288 }
289 }
290 }