Click or drag to resize
DigitalRuneEffectParameterBindingTValue Property
Gets (or sets) the value of the effect parameter.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public T Value { get; protected set; }

Property Value

Type: T
The value of the effect parameter.
Remarks
The value is computed in Update(RenderContext) and applied to Parameter when Apply(RenderContext) is called.
See Also