Click or drag to resize
DigitalRuneEffectParameterArrayBindingTValues Property
Gets (or sets) the values 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[] Values { get; protected set; }

Property Value

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