Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the value of the EffectParameter.
Syntax
'Declaration
Public Sub SetValue ( _
value As Boolean() _
)
public void SetValue (
bool[] value
)
public:
void SetValue(
bool value[]
)
Parameters
- value
Type: Boolean
The value to assign to the EffectParameter.
Exceptions
| Exception type | Condition |
|---|---|
| InvalidCastException | Unable to cast this EffectParameter to an array of type Boolean. |
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