Click or drag to resize
DigitalRuneDictionaryEffectInterpreterParameterDescriptions Property
Gets or sets factory methods for effect parameter descriptions.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Dictionary<string, DictionaryEffectInterpreterCreateEffectParameterDescription> ParameterDescriptions { get; }

Property Value

Type: DictionaryString, DictionaryEffectInterpreterCreateEffectParameterDescription
The factory methods for effect parameter descriptions. The default value is an empty dictionary.
Remarks
The key in the dictionary is a case-insensitive string, e.g. "WorldViewProjection". The dictionary value is a factory method that creates an EffectParameterDescription.
See Also