Click or drag to resize
DigitalRuneEffectParameterBindingT Constructor (Effect, EffectParameter, T)
Initializes a new instance of the EffectParameterBinding class with the given value.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected EffectParameterBinding(
	Effect effect,
	EffectParameter parameter,
	T value
)

Parameters

effect
Type: Effect
The effect.
parameter
Type: EffectParameter
The effect parameter.
value
Type: T
The initial value.
Exceptions
ExceptionCondition
ArgumentNullExceptioneffect or parameter is .
EffectBindingException The value type T is not supported or does not match the effect parameter.
See Also