Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Texture
Texture2D
Microsoft.Xna.Framework.Graphics.SkinnedEffect.Texture
get
set
Definition at line
263
of file
SkinnedEffect.cs
.
264
{
265
get
266
{
267
return
textureParam
.
GetValueTexture2D
();
268
}
269
set
270
{
271
textureParam
.
SetValue
(
value
);
272
}
273
}
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.SkinnedEffect.textureParam
EffectParameter textureParam
Definition
SkinnedEffect.cs:10
System.ExceptionArgument.value
@ value
Microsoft
Xna
Framework
Graphics
SkinnedEffect
Generated by
1.10.0