Click or drag to resize
DigitalRuneDictionaryEffectInterpreterCreateEffectTechniqueDescription Delegate
Creates the description for the specified effect technique.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public delegate EffectTechniqueDescription CreateEffectTechniqueDescription(
	EffectTechnique technique
)

Parameters

technique
Type: EffectTechnique
The effect technique.

Return Value

Type: EffectTechniqueDescription
The description of technique.
See Also