Click or drag to resize
DigitalRuneEffectBindingSetT Method (EffectParameter, T)

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public ConstParameterBinding<T> Set<T>(
	EffectParameter parameter,
	T value
)

Parameters

parameter
Type: EffectParameter
The effect parameter to which the binding is applied.
value
Type: T
The value.

Type Parameters

T
The value type. See EffectParameterBindingT.

Return Value

Type: ConstParameterBindingT
The ConstParameterBindingT that has been set.
Exceptions
ExceptionCondition
ArgumentNullExceptionparameter is .
EffectBindingException The value type T is not supported.
Remarks
If an appropriate effect parameter binding for parameter already exists, then the existing binding is updated.
See Also