Click or drag to resize
DigitalRuneDictionaryEffectInterpreterCreateEffectParameterDescription Delegate
Creates the description for the specified effect parameter.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public delegate EffectParameterDescription CreateEffectParameterDescription(
	EffectParameter parameter,
	int index
)

Parameters

parameter
Type: EffectParameter
The effect parameter.
index
Type: SystemInt32
The index.

Return Value

Type: EffectParameterDescription
The description of parameter.
See Also