Click or drag to resize
DigitalRuneConstParameterArrayBindingTValues 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; set; }

Property Value

Type: T
The values of the effect parameter.
See Also