Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Texture
Texture2D
Microsoft.Xna.Framework.Graphics.EnvironmentMapEffect.Texture
get
set
Definition at line
223
of file
EnvironmentMapEffect.cs
.
224
{
225
get
226
{
227
return
textureParam
.
GetValueTexture2D
();
228
}
229
set
230
{
231
textureParam
.
SetValue
(
value
);
232
}
233
}
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.EnvironmentMapEffect.textureParam
EffectParameter textureParam
Definition
EnvironmentMapEffect.cs:8
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
EnvironmentMapEffect
Generated by
1.10.0