Click or drag to resize
DigitalRuneEffectParameterBindingCollectionHints Property
Gets a value indicating which effect parameters can be added to this collection.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectParameterHint Hints { get; }

Property Value

Type: EffectParameterHint
A bitwise combination of EffectParameterHint values. The value defines which parameter bindings can be added to the collection.
See Also