Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Texture
Texture2D
Microsoft.Xna.Framework.Graphics.AlphaTestEffect.Texture
get
set
Definition at line
166
of file
AlphaTestEffect.cs
.
167
{
168
get
169
{
170
return
textureParam
.
GetValueTexture2D
();
171
}
172
set
173
{
174
textureParam
.
SetValue
(value);
175
}
176
}
Microsoft.Xna.Framework.Graphics.AlphaTestEffect.textureParam
EffectParameter textureParam
Definition
AlphaTestEffect.cs:5
Microsoft.Xna.Framework.Graphics.EffectParameter.SetValue
unsafe void SetValue(Texture value)
Definition
EffectParameter.cs:149
Microsoft.Xna.Framework.Graphics.EffectParameter.GetValueTexture2D
unsafe Texture2D GetValueTexture2D()
Definition
EffectParameter.cs:2490
Microsoft
Xna
Framework
Graphics
AlphaTestEffect
Generated by
1.10.0