| EffectParameterBindingCollectionHints Property |
Gets a value indicating which effect parameters can be added to this collection.
Namespace: DigitalRune.Graphics.EffectsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public EffectParameterHint Hints { get; }
Public ReadOnly Property Hints As EffectParameterHint
Get
public:
property EffectParameterHint Hints {
EffectParameterHint get ();
}
member Hints : EffectParameterHint with 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