Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TextureEnabled
bool
Microsoft.Xna.Framework.Graphics.BasicEffect.TextureEnabled
get
set
Definition at line
276
of file
BasicEffect.cs
.
277
{
278
get
279
{
280
return
textureEnabled
;
281
}
282
set
283
{
284
if
(
textureEnabled
!= value)
285
{
286
textureEnabled
=
value
;
287
dirtyFlags
|= EffectDirtyFlags.ShaderIndex;
288
}
289
}
290
}
Microsoft.Xna.Framework.Graphics.BasicEffect.textureEnabled
bool textureEnabled
Definition
BasicEffect.cs:37
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