Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
EnvironmentMap
TextureCube
Microsoft.Xna.Framework.Graphics.EnvironmentMapEffect.EnvironmentMap
get
set
Definition at line
235
of file
EnvironmentMapEffect.cs
.
236
{
237
get
238
{
239
return
environmentMapParam
.
GetValueTextureCube
();
240
}
241
set
242
{
243
environmentMapParam
.
SetValue
(
value
);
244
}
245
}
Microsoft.Xna.Framework.Graphics.EffectParameter.GetValueTextureCube
unsafe TextureCube GetValueTextureCube()
Definition
EffectParameter.cs:2533
Microsoft.Xna.Framework.Graphics.EffectParameter.SetValue
unsafe void SetValue(Texture value)
Definition
EffectParameter.cs:149
Microsoft.Xna.Framework.Graphics.EnvironmentMapEffect.environmentMapParam
EffectParameter environmentMapParam
Definition
EnvironmentMapEffect.cs:10
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
EnvironmentMapEffect
Generated by
1.10.0