Share via


EffectParameter.SetValue Method (Texture)

Sets the value of the EffectParameter.

Syntax

'Declaration
Public Sub SetValue ( _
         value As Texture _
)
public void SetValue (
         Texture value
)
public:
void SetValue(
         Texture value
)

Parameters

Exceptions

Exception type Condition
ObjectDisposedException SetValue was called after value was disposed.
InvalidCastException Unable to cast this EffectParameter to type Texture.

Remarks

Setting the value of an effect parameter is a slow operation. Avoid high-frequency calls.

Requirements

Namespace: Microsoft.Xna.Framework.Graphics

Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

See Also

Reference

EffectParameter Class
EffectParameter Members
Microsoft.Xna.Framework.Graphics Namespace

Platforms

Windows Phone